随笔分类 - 

摘要:题目 题解 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=100002; struct node{ int to,ne; }e[N<<1]; int n,i,x,y,tot,dep[N], 阅读全文
posted @ 2019-02-25 16:01 Mingoal 阅读(23) 评论(0) 推荐(0)