文章
5
粉丝
211
获赞
1
访问
8.9k
n = int(input()) x = [0 for i in range(n)] for i in range(n): x[i] = input() x.sort() for i in x: print(i)
登录后发布评论
暂无评论,来抢沙发