摘要: C++: Dinic 1 namespace NF 2 { 3 const int maxnode=2010,maxedge=30000; 4 typedef int flownum; 5 const flownum inf=1000000000; 6 int last[maxnode],cure[ 阅读全文
posted @ 2017-01-20 22:11 lkmcfj 阅读(279) 评论(0) 推荐(0) 编辑