摘要: #include <vector> #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> #define maxn 1005 #define maxm 1000005 using namespace 阅读全文
posted @ 2018-01-21 17:03 lmjer 阅读(152) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio>#include<algorithm>#include<cstring>#include<queue>using namespace std;struct my{ int v; int next; double dist;};int m,n;const int max 阅读全文
posted @ 2018-01-21 12:07 lmjer 阅读(119) 评论(0) 推荐(0) 编辑