摘要: #include<bits/stdc++.h> using namespace std; int n, m; int mp[505][505]; int ind[505]; void topo() { //用优先队列 要求输出编号小的队伍在前 priority_queue<int,vector<in 阅读全文
posted @ 2019-08-01 16:43 愉也 阅读(178) 评论(0) 推荐(0) 编辑