摘要: #include <bits/stdc++.h> #include <stdio.h> #include <stdlib.h> #include <queue> using namespace std; const int MAXN = 110; struct Node{ int weight; v 阅读全文
posted @ 2020-01-27 23:12 JasonPeng1 阅读(114) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include <stdio.h> #include <stdlib.h> #include <queue> using namespace std; const int maxn = 100010; struct node{ //bool lea 阅读全文
posted @ 2020-01-27 22:40 JasonPeng1 阅读(214) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include <stdio.h> #include <stdlib.h> #include <queue> using namespace std; const int maxn = 100010; vector<int> child[maxn] 阅读全文
posted @ 2020-01-27 21:34 JasonPeng1 阅读(117) 评论(0) 推荐(0)