摘要:
#include<bits/stdc++.h> using namespace std; #define M 10001 #define inf 1000000 int ip=1,head[M],lv[M]; int s,T; struct E{ int to,next,cap; }e[M*10]; 阅读全文
posted @ 2017-07-01 21:25 Amphetamine 阅读(484) 评论(0) 推荐(0)
posted @ 2017-07-01 21:25 Amphetamine 阅读(484) 评论(0) 推荐(0)
posted @ 2017-07-01 16:07 Amphetamine 阅读(81) 评论(0) 推荐(0)