摘要: 做Uva1626时顺手做这道题,思路一致,Uva那道和之前的一道POJ一样的题,但是不知道怎么,一直有问题,直接拿汝佳老师的方法,自己测有问题,但是那上面反而AC了,就很玄学... #include <iostream> #include <cstdio> #include <cstring> us 阅读全文
posted @ 2020-12-16 22:27 IdiotNe 阅读(44) 评论(0) 推荐(0) 编辑
摘要: DP,递推,水题 #include <iostream> #include <vector> #include <cstring> #include <algorithm> using namespace std; const int maxl= 1005; const int maxn= 55; 阅读全文
posted @ 2020-12-16 16:21 IdiotNe 阅读(46) 评论(0) 推荐(0) 编辑