摘要:
50分代码(无能为力) 优先队列 #include<iostream> #include<queue> #define val first #define high second using namespace std; const int M = 1000000; int n,m; priorit 阅读全文
摘要:
50分 #include<bits/stdc++.h> #define val first #define high second using namespace std; const int M = 1000000; int n,m; priority_queue <pair<int,int> > 阅读全文