n=int(input()) s='' a=input().split() for i in a: int(i) a.sort() for i in a: s+=i print(s) sort函数的降序有没有人会啊(哭