2012年1月17日
摘要: POJ_1149 这个题目搞得我比较纠结,具体的思想还是看看这篇博客吧。 http://imlazy.ycool.com/post.2059102.html#include<stdio.h>#include<string.h>#define MAXD 110#define MAXM 30010#define MAXm 1010#define INF 10000000int N, M, S, T, e, first[MAXD], work[MAXD], next[MAXM], v[MAXM], flow[MAXM], d[MAXD], q[MAXD];int g[MAXD 阅读全文
posted @ 2012-01-17 01:36 Staginner 阅读(300) 评论(0) 推荐(0)