摘要:
#include<iostream>#include<cstdio>#include<cstring>using namespace std; const int max_v=100;const int INF=1<<20;int V,E;int d[max_v];bool used[max_v]; 阅读全文
posted @ 2017-11-06 00:13
unknownname
阅读(130)
评论(0)
推荐(0)
摘要:
#include <cstdio>#include <cstring>#include <queue>#include <algorithm>#define MAXN (5000 + 10)#define INF (5000*5000*2)using namespace std; struct ed 阅读全文
posted @ 2017-11-06 00:11
unknownname
阅读(141)
评论(0)
推荐(0)
浙公网安备 33010602011771号