2019年12月13日

摘要: #include<stdio.h> #include<iostream> #include<vector> #include<algorithm> using namespace std; int n; struct DATA{ int id, fid,mid , k; int num,people 阅读全文
posted @ 2019-12-13 20:25 等下一班车 阅读(255) 评论(0) 推荐(0)
 
摘要: #include<iostream> #include<vector> #include<algorithm> #include<stdio.h> // 以防万一,使用scanf时加上这个头文件 using namespace std; int n; vector<int>father,isRoot 阅读全文
posted @ 2019-12-13 16:17 等下一班车 阅读(160) 评论(0) 推荐(0)