活动选择 贪心 排序 摘要:解题思路:每一次活动开始的时间要大于等于上一次时间的结束时间注意事项:参考代码:n = int(input())lst = []for i in range(n): begi…… 题解列表 2025年01月17日 0 点赞 0 评论 10 浏览 评分:0.0
信息学奥赛一本通T1323-活动选择-题解(各语言代码) 摘要:**python** ```python from functools import reduce print(reduce(lambda x,y:x if y[1]new SimpleEntr…… 题解列表 2022年06月30日 0 点赞 0 评论 418 浏览 评分:8.0