摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 const int maxn = 1e5+7; 7 8 int siz[maxn],dep[maxn],top[maxn],tid[maxn],ran[maxn],fa[maxn],son[maxn]; 9 int tot ,kkk ,head[ma... 阅读全文
posted @ 2017-08-12 09:19 yZi 阅读(185) 评论(0) 推荐(0) 编辑