1.查询操作 12345678910 int (int x){ if(father[x]!=x) father[x]=find2(father[x]); return father[x];} 2.更改操作 1234567 void mergee(int x,int y){ father[y]=father[x];} 赞微海报分享
近期评论