摘要:
定义 综合:最大流等于最小割 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 10010, M = 200010, INF = 1e8; int n, m, 阅读全文
摘要:
#include <bits/stdc++.h> using namespace std; using point_t=long double; //全局数据类型,可修改为 long long 等 constexpr point_t eps=1e-8; constexpr long double P 阅读全文