HDU-3974 Assign the task 线段树 或 直接模拟多叉树 或 并查集 (三种方法)
题目大意t组数据(tusingnamespacestd;structnode{intl,r,job,lazy;vectorson;}tree[50005];intt,n,m,cnt,root,u,v,x,y;charc;boolnotroot[50005];voiddfsbuild(intrt){tree[rt].job=tree[rt].lazy=-1;tree[rt].l=++cnt;for(