会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhicheng123
博客园
首页
新随笔
联系
订阅
管理
2023年8月21日
【学习笔记】网络流各种形式及模型
摘要: 各种形式 普通网络流 P3376 【模板】网络最大流 Dinic #include<bits/stdc++.h> using namespace std; int n,tot=1,first[210],nnext[10010],to[10010],w[10010],que[210],src,des,
阅读全文
posted @ 2023-08-21 16:36 zhicheng123
阅读(65)
评论(3)
推荐(1)
公告