摘要: http://poj.org/problem?id=2516 1 #include 2 #include 3 #include 4 #include 5 #define maxn 110 6 using namespace std; 7 8 int need[maxn][maxn]; 9 int sup[maxn][maxn]; 10 int cost[maxn][maxn][maxn]; 11 int cap[maxn][maxn]; 12 int flow[maxn][maxn]; 13 int cost1[maxn][maxn]; 14 int d[maxn]; 15... 阅读全文
posted @ 2013-11-28 17:19 null1019 阅读(170) 评论(0) 推荐(0) 编辑