会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yk的OI世界
首页
新随笔
联系
管理
2018年5月22日
POJ3696 The Windy's 【网络流】
摘要: #include #include #include #include #include #include using namespace std; #define INF 0x3f3f3f3f #define N 10010 struct Edge{ int u,v,cap,flow,cost; Edge(int xu,int xv,int xcap,int xfl...
阅读全文
posted @ 2018-05-22 23:06 Dream_maker_yk
阅读(93)
评论(0)
推荐(0)
编辑
公告