摘要: AcWing 2280. 最优标号 很神奇的建图,但是确实很有道理 //多个进行匹配的问题 #include <bits/stdc++.h> using namespace std; using ll=long long; const int N=1005,M=1e6+5; const int in 阅读全文
posted @ 2022-12-16 15:58 basicecho 阅读(33) 评论(0) 推荐(0)
摘要: 最小割题目 阅读全文
posted @ 2022-12-16 13:17 basicecho 阅读(34) 评论(0) 推荐(0)