会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
麻辣猪仔
首页
新随笔
联系
管理
2019年11月3日
P4015 运输问题 最大/最小费用最大流
摘要: P4015 运输问题 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 205, inf = 0x3f3f3f3f; 4 struct Edge { 5 int from, to, cap, flow, cost
阅读全文
posted @ 2019-11-03 13:11 麻辣猪仔
阅读(225)
评论(0)
推荐(0)
编辑
公告