光头强购买新家具-题解(C++代码)
摘要:有点像背包问题,基本思路就是枚举出所有的可能,得进行优化才不会超时
--------------------------------------
先上代码
```cpp
#incl……
2324: 光头强购买新家具
摘要:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;int n,m;int a[10005];bool vis[1……