#33031: python應該最簡短的


wmouo (crazypanda)


print(' '.join(map(str, sorted([int(_)for _ in input().split(' ') if _]))))