摘要:
#include #include #include #include using namespace std; const int MAXN=100010; //点的个数 const int MAXM=400010; //边的个数 const int INF=0x3f3f3f3f; struct Edge { int to,next,cap,flow; //cap代... 阅读全文
posted @ 2016-07-27 20:14
相儒以沫
阅读(149)
评论(0)
推荐(0)

浙公网安备 33010602011771号