摘要: 先贴个ISAP的算法模板 从源点s到汇点t 结点共有n个算法部分基本都是这模板 主要看思路和建图 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 struct E{int f... 阅读全文
posted @ 2013-09-06 21:39 galaxy77 阅读(295) 评论(0) 推荐(0) 编辑