摘要:
Dij SPFA dfs求负环版 #include<bits/stdc++.h> using namespace std; const int maxn = 2e5+ 5; struct lpl{ int to, dis; }lin; vector<lpl> point[maxn]; int n, 阅读全文
posted @ 2018-07-16 21:10
Aragaki
阅读(160)
评论(0)
推荐(0)
浙公网安备 33010602011771号