摘要: 31 完全背包求方案数,具体参见代码。 // cpp #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N = 1e5 + 10; int main() { vector<ll> f(201); 阅读全文
posted @ 2025-03-24 21:06 YipChip 阅读(14) 评论(0) 推荐(0)