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