各种模板
摘要:
最短路 #include <bits/stdc++.h> using namespace std; const int maxn=1e5+5; const int maxm=2e6+5; const int inf=0x7fffffff; int h[maxn],vis[maxn],dis[maxn 阅读全文
posted @ 2019-08-17 14:12
有毒的粽子
阅读(271)
评论(0)
推荐(0)
浙公网安备 33010602011771号