摘要:
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> PII; const int MAXN = 1e6+10; const double EPS = 1e-12; int n 阅读全文
摘要:
求最终流量为 f 的最小费用,存在输出费用,不存在输出-1 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> PII; const int MAXN = 1e4+10; c 阅读全文