ser = int(input()) mas = list(map(int, input().split())) mas.sort() print(*mas)