摘要: 1 #include <cstdio> 2 #include <queue> 3 #include <cstring> 4 #define Heap pair<int, int> 5 //第一个int存的是到起点的距离,第二个int存的是点的编号 6 7 using namespace std; 8 阅读全文
posted @ 2017-05-19 19:16 秦时、长浩 阅读(240) 评论(0) 推荐(0) 编辑