摘要:
#include #define MAXN 10005 using namespace std; typedef long long LL; vector> edges[MAXN]; const LL oo=1e18; int n,m; LL d[MAXN]; void init(){ for(int i=0;i> que; d[1]=0; que.pu... 阅读全文
posted @ 2019-07-23 16:39
秃桔子
阅读(208)
评论(0)
推荐(0)
摘要:
#pragma GCC optimize(3) #include using namespace std; const int maxn = 205; vector>E[maxn]; int n,m; int d[maxn],inq[maxn]; void init(){ for(int i=0;i>n>>m){ init(); for(int i=... 阅读全文
posted @ 2019-07-23 16:13
秃桔子
阅读(188)
评论(0)
推荐(0)

浙公网安备 33010602011771号