https://www.luogu.com.cn/problem/P2240
时间: 2023-03-27 16:05:13 浏览: 143
https://www.luogu.com.cn/problem/solution/P8595
这是一个算法题,需要使用贪心算法来解决。题目描述了一些区间,每个区间有一个权值和一个代价,要求选择一些区间,使得它们的权值之和最大,但是它们的代价之和不能超过一个给定的值。具体的算法实现可以参考题目中的提示。
阅读全文
https://www.luogu.com.cn/problem/solution/P8595