摘要: #include#include#include#includeusing namespace std;const int MAXN = 5000, MAXE = 21474836;struct Edge{ int from, to, cost;}es[MAXN q; vo... 阅读全文
posted @ 2016-03-20 21:31 Loi_Vampire 阅读(125) 评论(0) 推荐(0) 编辑