摘要:
#include<bits/stdc++.h> using namespace std; #define MAXM 500010 #define MAXN 5010 #define INF 100000000 struct Edge{int from,to,cap,flow,cost;}; int 阅读全文
posted @ 2017-09-09 18:44
wqtnb_tql_qwq_%%%
阅读(146)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> using namespace std; #define MAXN 100010 #define INF 100000000 struct Edge{int from,to,cap,flow;}; vector<Edge> edges; vector< 阅读全文
posted @ 2017-09-09 13:39
wqtnb_tql_qwq_%%%
阅读(169)
评论(0)
推荐(0)

浙公网安备 33010602011771号