摘要: 最大流 模板: P3376 【模板】网络最大流 #include<bits/stdc++.h> #define int long long using namespace std; const int inf=1e9; int n,m,s,t; int u,v,w; int h[2000004]; 阅读全文
posted @ 2025-08-13 19:47 Distant_Cloud 阅读(33) 评论(1) 推荐(0)