【模板】点分治

洛谷 3806  1 #include<cstdio> 2 #include<algorithm> 3 #define N 10010 4 #define rg register 5 using namespace std; 6 int n,m,tot,cnt,root,last[N],siz[N],mxsiz[N],dep[N],q[N]; 7 bool have[10000010
相关文章
相关标签/搜索