摘要: struct MCMF { struct edge { int to, cap, cost, rev; //edge() {} //edge(int to, int _cap, int _cost, int _rev) : to(to), cap(_cap), cost(_cost), rev(_rev) {} }; int V, H[maxn + 5], dis[maxn + 5], PreV[ 阅读全文
posted @ 2019-08-30 20:21 柳清浅 阅读(209) 评论(0) 推荐(0) 编辑