摘要: 贪心 #include <iostream> #include<algorithm> #include<string.h> #include<set> using namespace std; const int maxn=100010; int ans[maxn]; int a[4]; void 阅读全文
posted @ 2019-12-07 17:30 AAAzhuo 阅读(311) 评论(0) 推荐(0)
摘要: 简单模拟 #include <iostream> #include<algorithm> #include<string.h> #include<set> using namespace std; const int maxn=400010; int a[maxn]; void solve() { 阅读全文
posted @ 2019-12-07 16:41 AAAzhuo 阅读(233) 评论(0) 推荐(0)