摘要:
# 壮压DP ## 1.炮兵阵地 ```C++ #include using namespace std; vectorst; int dp[1025][1025]; int f[1025][1025]; int num[1025]; char ch[105][15]; int cal(int x) 阅读全文
摘要:
# 牛客第三场补题ABDHJ: ## B.[ Auspiciousness](https://ac.nowcoder.com/acm/contest/57357/B) **题目:** *Dog Card* is a card game. In the game, there are a total 阅读全文