摘要:
//By SiriusRen #include #include #include using namespace std; const int N=200050; int n,q,cnt,dfn[N],last[N],tree[N*16],lson[N*16],rson[N*16]; int first[N],next[N],v[N],w[N],tot,root[N],fa[N]... 阅读全文
posted @ 2017-04-30 13:18
SiriusRen
阅读(194)
评论(0)
推荐(0)