1366超级书架2 中等贪心算法(注释很详细) 摘要:这道题其实挺简单的,不知道为什么设置成中等难度//贪心规则:每次选最高的奶牛就是了 #include<bits/stdc++.h> using namespace std; int …… 题解列表 2023年01月09日 0 点赞 0 评论 118 浏览 评分:9.9
1366: 超级书架2 摘要:解题思路:运用快排、while循环;注意事项:参考代码:#include<bits/stdc++.h> using namespace std; long long n,b,a[20005]; …… 题解列表 2023年01月05日 0 点赞 0 评论 127 浏览 评分:9.9