摘要: #include<bits/stdc++.h> using namespace std; const int N = 150010; int h[N], ver[N], edge[N], ne[N], cnt; int d[N], n, m; bool v[N]; priority_queue<pa 阅读全文
posted @ 2022-05-26 08:46 bz-2021 阅读(16) 评论(0) 推荐(0)