摘要:
//题目类型:纯最大流//算法实现:ISAP算法(邻接表实现) #include<iostream>#include<cstdio>//#include<conio.h>#include<string.h>using namespace std;const int maxn=201; const int maxm=201;struct node{ i... 阅读全文
posted @ 2010-05-29 21:41
北海小龙
阅读(479)
评论(0)
推荐(0)
浙公网安备 33010602011771号