摘要: 没太想明白(就当存在模板吧) #include<bits/stdc++.h> #include <cstdio> #include <cstdlib> #include <cstring> #include <string> #include <algorithm> #include <queue> 阅读全文
posted @ 2020-11-05 20:33 Swelsh-corgi 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 次短路模板 #include <bits/stdc++.h> #include <cstring> #include <queue> using namespace std; const int N = 5005, M = 2e5 + 5; int n,m,u,v,w; struct Edge{ i 阅读全文
posted @ 2020-11-05 20:31 Swelsh-corgi 阅读(108) 评论(0) 推荐(0) 编辑