摘要: #include<bits/stdc++.h> using namespace std; typedef long long ll; namespace MCMF { const int MAXN = 10000, MAXM = 10000, INF = 0x7fffffff; int head[M 阅读全文
posted @ 2021-05-24 19:26 _LH2000 阅读(53) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h> using namespace std; typedef long long ll; int G[1003][1003]; int match[1003]; int rb[1004]; int k,mg,nb; ll n; bool dfs(int x 阅读全文
posted @ 2021-05-24 09:11 _LH2000 阅读(27) 评论(0) 推荐(0) 编辑