#5130

BÀI TẬP : 50

  1. n=int(input())
  2. a=list(map(int,input().split()))
  3. a=sorted(a)
  4. print(*a)