摘要:
#include #include #include using namespace std; const int maxn=1e4+10; vector e[maxn]; int vis[maxn]; int ans[maxn],cnt; int v[maxn]; int n; int dfs(int x) { v[x]=1; int sum=1; int ch... 阅读全文
posted @ 2019-06-09 09:16
paranoid。
阅读(196)
评论(0)
推荐(0)

浙公网安备 33010602011771号