摘要: 先跳过几章,换换口味。 HDU1024 Max Sum Plus Plus 思路:经典DP题。 #include<iostream> #include<cstdio> #include<cstring> using namespace std; const int maxn = 1e6 + 5; i 阅读全文
posted @ 2021-03-10 21:22 Nanachi 阅读(104) 评论(0) 推荐(0) 编辑