摘要: #include<bits/stdc++.h>using namespace std;long long a[200007];vector<int>v[77];int main(){ ios::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL) 阅读全文
posted @ 2019-09-23 18:04 sewage 阅读(171) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h>using namespace std;int n,m,s; vector<int>edge[200007];queue<int>leaf;int weight[200007],degree[200007];long long wei[200007];/ 阅读全文
posted @ 2019-09-23 18:02 sewage 阅读(171) 评论(0) 推荐(0) 编辑