2212——————景点游览 摘要: n = int(input()) for i in sorted(list(map(int,input().split())))[::-1]:print(i,end=' ') …… 题解列表 2022年07月07日 0 点赞 0 评论 179 浏览 评分:0.0
蓝桥杯算法训练-景点游览-题解(Python代码)_直接sort实现哦 摘要:本题实在过于简单,因此python直接实现就好,没得套路 ``` python n_ignore = int(input()) # 因为python的列表是动态化的,故无需手动分配,可以…… 题解列表 2020年02月29日 0 点赞 0 评论 472 浏览 评分:7.3