python永远的神

n = input()
list1 =list(map(int,input().split()))
list1.append(int(input()))
print(* sorted(list1))