2324: 光头强购买新家具 摘要:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;int n,m;int a[10005];bool vis[1…… 题解列表 2023年07月11日 0 点赞 0 评论 155 浏览 评分:9.9
光头强购买新家具-题解(C++代码) 摘要:有点像背包问题,基本思路就是枚举出所有的可能,得进行优化才不会超时 -------------------------------------- 先上代码 ```cpp #incl…… 题解列表 2020年05月24日 0 点赞 0 评论 799 浏览 评分:8.4
光头强购买新家具 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;int n,m;int a[10005];…… 题解列表 2023年07月22日 0 点赞 0 评论 103 浏览 评分:7.3