2019年10月22日
摘要: 1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib> 阅读全文
posted @ 2019-10-22 19:12 thjkhdf12 阅读(105) 评论(0) 推荐(0)
摘要: typedef struct { bool operator ()(const intpair& a, const intpair& b)const { return a.second > b.second; } }cmp_dij; int dis_dij[maxn]; bool vis_dij[m 阅读全文
posted @ 2019-10-22 13:19 thjkhdf12 阅读(148) 评论(0) 推荐(0)