摘要: 各种形式 普通网络流 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)