会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Nico&11101001
虚伪的快乐,真实的迷茫
首页
新随笔
联系
订阅
管理
2018年8月9日
luogu P1401 城市
摘要: 题目链接 "luogu P1401 城市" 题解 二分最小边权,dinic检验 代码
阅读全文
posted @ 2018-08-09 22:02 zzzzx
阅读(112)
评论(0)
推荐(0)
编辑
61级的题
摘要: dp c++ include include inline int read() { int x = 0,f = 1; char c = getchar(); while(c '9')c = getchar(); while(c = '0') x = x 10 + c '0',c = getchar
阅读全文
posted @ 2018-08-09 22:01 zzzzx
阅读(95)
评论(0)
推荐(0)
编辑
公告