BZOJ 3265. 志愿者招募加强版

📝

内容提要

https://darkbzoj.cc/problem/3265 https://blog.bill.moe/NOI2008-volunteer-advanced/ 经典错题。。。因为破坏了全幺模矩阵,线性规划无法保证求出整数解。。。 答案居然不会 LL = =。 const int N = int(1e4) + 9, M = int(1e3) + 9; struct Simplex {...

➡️

继续阅读