#33031: python應該最簡短的


wmouo (crazypanda)

學校 : 國立宜蘭高級商業職業學校
編號 : 178206
來源 : [1.169.31.233]
最後登入時間 :
2025-02-14 13:09:13

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