摘要: 求最终流量为 f 的最小费用,存在输出费用,不存在输出-1 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> PII; const int MAXN = 1e4+10; c 阅读全文
posted @ 2019-10-31 11:58 Mmasker 阅读(199) 评论(0) 推荐(0)