摘要: P2617 #include<cstdio> #include<vector> #include<iostream> #include<algorithm> using namespace std; const int MAXN=1e5+5; int n,m,Ans[MAXN<<2],cg[MAXN 阅读全文
posted @ 2022-02-16 21:47 StranGePants 阅读(36) 评论(0) 推荐(0) 编辑
摘要: ##POJ2104 code: #include<cstdio> #include<vector> #include<iostream> #include<algorithm> using namespace std; const int MAXN=1e5+5; int n,m,Ans[MAXN], 阅读全文
posted @ 2022-02-16 20:20 StranGePants 阅读(23) 评论(0) 推荐(0) 编辑