摘要:
裸的网络流,递归的dinic会爆栈,在第一行加一句就行了#pragma comment(linker, "/STACK:1024000000,1024000000")#include #include #include #include #include #include #define Maxn 120010#define Maxm 210000#define LL int#define inf 100000000#define Abs(a) (a)>0?(a):(-a)using namespace std;struct Edge{ int from,to,nex 阅读全文
posted @ 2013-07-29 14:36
fangguo
阅读(220)
评论(0)
推荐(0)

浙公网安备 33010602011771号