摘要:
struct Edge { int from,to,flow,cap; Edge(int u,int v,int c,int f):from(u),to(v),cap(c),flow(f){} }; struct EdmonsKarp() { int n,m; vector edges; vector G[maxn]; int a[maxn]; ... 阅读全文
posted @ 2018-11-17 21:11
rainyroad
阅读(186)
评论(0)
推荐(0)

浙公网安备 33010602011771号