题解 | #输入整型数组和排序标识,对其元素按照升序或降序进行排序#

输入整型数组和排序标识,对其元素按照升序或降序进行排序

http://www.nowcoder.com/practice/dd0c6b26c9e541f5b935047ff4156309

while True:
    
    try:
        m = int(input())
        num_list = list(map(int, input().split()))
        n = int(input())
        if n == 0:
            print(' '.join(map(str, sorted(num_list))))
        elif n == 1:
            print(' '.join(map(str, sorted(num_list,reverse=True))))
        
        
    except:
        break
全部评论

相关推荐

头像
11-09 17:30
门头沟学院 Java
TYUT太摆金星:我也是,好几个华为的社招找我了
点赞 评论 收藏
分享
像好涩一样好学:这公司我也拿过 基本明确周六加班 工资还凑活 另外下次镜头往上点儿
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务