摘要: #include #include #include #include using namespace std;#define maxn 1000#define INF 100000struct Edge{ int from, to, cap, flow;};int n, m, s, t;vecto... 阅读全文
posted @ 2014-03-31 13:04 贝尔摩德 阅读(122) 评论(0) 推荐(0) 编辑