摘要: #include "stdio.h" //额,按最小费用最大流的模板来的!poj 3422#include "string.h"#include "queue"using namespace std;#define N 5005#define INF 0x3fffffffstruct node{ ... 阅读全文
posted @ 2013-12-03 19:34 ruo_yu 阅读(192) 评论(0) 推荐(0)