文章
311
粉丝
4
获赞
443
访问
53.6k
n=int(input()) num=list(map(int,input().split())) k=sorted(num) for i in k: print(i,end=' ')
登录后发布评论
暂无评论,来抢沙发