摘要:
#include#include#include#includeusing namespace std;#define inf 2000000000#define N 30int map[N][N];int pre[N],flow[N],start,end;int bfs(){int now,i;m... 阅读全文
posted @ 2014-03-26 21:44
HYDhyd
阅读(156)
评论(0)
推荐(0)
摘要:
#include#include#include#includeusing namespace std;#define N 300#define inf 2000000000int map[N][N];int start,end,flow[N],pre[N];int bfs() { int i,no... 阅读全文
posted @ 2014-03-26 18:11
HYDhyd
阅读(100)
评论(0)
推荐(0)
浙公网安备 33010602011771号