摘要:
题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1337 杭电 http://poj.org/problem?id=1218清华http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=135... 阅读全文
摘要:
学长的代码#include#include#include#includeusing namespace std;const int MAXN = 1005;const int oo = 1e9+7;struct Edge{ int v, flow, next;}edge[MAXN];int ... 阅读全文