摘要: #include<bits/stdc++.h> using namespace std; int n,id[103],od[103],root; vector<int> G[103]; int ans[103],l; void dfs1(int r){ cout<<r<<" "; if(od[r]= 阅读全文
posted @ 2023-10-06 20:45 臧清宇 阅读(37) 评论(0) 推荐(0)