import sys n = int(input()) l = [] for i in range(n): l.append(input()) l.sort() for j in l: print(j)
暂无评论,快来抢首评~
相关推荐