摘要: 熬夜果然效率低,无端贡献两罚WA。。。 典型LIS #include <iostream> #include <algorithm> #include <cstdio> #include <cstring> using namespace std; const int maxn= 1005; int 阅读全文
posted @ 2020-12-25 02:00 IdiotNe 阅读(68) 评论(0) 推荐(0) 编辑
摘要: LCS+滚动数组,处理滚动数组时候要细心,不幸贡献了一次WA #include <iostream> #include <algorithm> #include <cstdio> #include <cstring> using namespace std; const int maxl= 1e3; 阅读全文
posted @ 2020-12-25 01:00 IdiotNe 阅读(72) 评论(0) 推荐(0) 编辑