摘要:
#include <iostream> #include <ext/pb_ds/tree_policy.hpp> #include <ext/pb_ds/assoc_container.hpp> using namespace __gnu_pbds; using namespace std; str 阅读全文
posted @ 2021-05-20 22:36
limited_Infinite
阅读(69)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> using namespace std; const int N = 10000; struct edge{ int from,to,v; edge(int a,int b,int c){ from=a;to=b;v=c; } }; vector<ed 阅读全文
posted @ 2021-05-20 22:01
limited_Infinite
阅读(36)
评论(0)
推荐(0)

浙公网安备 33010602011771号