摘要: # 壮压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) 阅读全文
posted @ 2023-08-19 23:57 橘赴亦梦人ω 阅读(12) 评论(0) 推荐(0) 编辑