摘要: 1.堆优化dijkstra #include<bits/stdc++.h> using namespace std; //邻接表,first是邻接点编号,second是cost vector<vector<pair<int, int>>> graph; struct mycmp{ bool oper 阅读全文