会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Luke_Ye
博客园
首页
新随笔
联系
管理
订阅
2016年8月29日
hdu-4289 最大流Dinic模板题
摘要: 拆点,套模板。 详情见代码。
阅读全文
posted @ 2016-08-29 15:55 Luke_Ye
阅读(270)
评论(0)
推荐(0)
编辑
最大流朴素算法
摘要: #include #include #define N 20000 #define INF 2b?b:a; } vector g[N]; int used[N]; LL dfs(int now,LL f) { if(now==n) return f; used[now]=1; for(int i=0;i0) { ...
阅读全文
posted @ 2016-08-29 10:46 Luke_Ye
阅读(173)
评论(0)
推荐(0)
编辑
公告