摘要: dp 其他很好理解 就是去重 #include<cstdio> #include<cmath> #include<cstring> #include<vector> #include<algorithm> #include<string> #include<iostream> using names 阅读全文
posted @ 2020-07-23 22:21 wansheking 阅读(122) 评论(0) 推荐(0)
摘要: 一开始的做法 考虑不全面 线段树+贪心 #include<cstdio> #include<cstring> #include<algorithm> using namespace std; typedef long long ll; const int maxn = 2e5 + 10; typed 阅读全文
posted @ 2020-07-23 22:20 wansheking 阅读(96) 评论(0) 推荐(0)