摘要: 969. 志愿者招募 ###关键 费用怎么构造的不是很懂,但是是个无源汇上下界可行流,先记着,感觉很不错的题目 ###代码 #include <bits/stdc++.h> using namespace std; const int N=1e4+5,M=1e6+5,inf=1e9; int h[N 阅读全文
posted @ 2023-01-04 22:49 basicecho 阅读(23) 评论(0) 推荐(0)