40分求助
查看原帖
40分求助
1385467
zjhzszs楼主2024/9/19 20:03

n,m = map(int,input().split(" ")) s = list(map(int,input().split(" "))) s = sorted(s, reverse = False) for i in s: print(i, end=" ")

2024/9/19 20:03
加载中...