2017年7月1日

摘要: #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 阅读(466) 评论(0) 推荐(0) 编辑

摘要: 昨天没睡好啊啊啊,真是要命,睡不着,今天状态爆炸。。。34题击破。 下一步目标:网络流24题,树链剖分。 (洛谷比赛了好开心,希望这次能比以前强吧,嗯) 阅读全文

posted @ 2017-07-01 16:07 Amphetamine 阅读(71) 评论(0) 推荐(0) 编辑