摘要: xi 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N=1e5+999; 4 int fa[N][24]; 5 vector<int> v[N]; 6 int n; 7 void ad(int x,int y){ 8 v[x 阅读全文
posted @ 2019-05-18 17:01 周栎 阅读(143) 评论(0) 推荐(0) 编辑