随笔分类 -  可持久化并查集

摘要:题目 #include<bits/stdc++.h> using namespace std; #define mid ((l+r)>>1) const int N=200002,M=10000002; int rt[N],cnt,L[M],R[M],dep[M],n,m,opt,x,rx,ry,l 阅读全文
posted @ 2018-12-11 08:58 Mingoal 阅读(13) 评论(0) 推荐(0)