摘要: 网络流模型及应用 例题A题解 直接对于每个限制连边,然后跑最小割,最小割等于最大流。 例题A代码 #include<bits/stdc++.h> #define int long long using namespace std; inline int read(){ int x = 0, f =1 阅读全文
posted @ 2023-12-12 12:31 Call_me_Eric 阅读(36) 评论(0) 推荐(0)
Live2D