摘要: 1 #include<cstdio> 2 #include<algorithm> 3 #include<vector> 4 using namespace std; 5 const int maxn=1e5+10; 6 int n,m,cnt,root[maxn]; 7 int b[maxn],a[ 阅读全文
posted @ 2019-10-07 13:59 古比 阅读(193) 评论(0) 推荐(0) 编辑