摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 const int maxn=1000+10; 7 int n,s,k; 8 vector tree[maxn],nodes[maxn]; 9 int fa[maxn]; 10 bool covered[maxn]; 11 12 void dfs(int ... 阅读全文
posted @ 2016-06-13 23:35 InWILL 阅读(359) 评论(0) 推荐(0) 编辑