摘要: 朴素做法暴力DP,O(nk)过不去。。。 1 #include <cmath> 2 #include <cstdio> 3 #include <cstring> 4 #include <algorithm> 5 #define N1 2005 6 #define ll long long 7 usi 阅读全文
posted @ 2020-10-18 11:18 guapisolo 阅读(213) 评论(0) 推荐(0) 编辑