摘要: #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 秃桔子 阅读(202) 评论(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 秃桔子 阅读(180) 评论(0) 推荐(0) 编辑

如果您有编程方面或者学术方面的需求请在微信公众号搜索

桔子科研


或者识别下方二维码,第一时间获取编程有趣的知识和最新科研学术成果。