随笔分类 -  图论--网络流--最大流

摘要:贪心/最大流 阅读全文
posted @ 2018-02-21 14:34 秋千旁的蜂蝶~ 阅读(136) 评论(0) 推荐(0)
摘要:最大流模板题~ 1 #include<cstdio> 2 #include<iostream> 3 #include<string.h> 4 #define INF 100000000 5 using namespace std; 6 7 const int MAXN=10005; 8 struct 阅读全文
posted @ 2017-08-12 11:32 秋千旁的蜂蝶~ 阅读(181) 评论(0) 推荐(0)