a= list(map(int, input().strip().split())) a.sort() for e in a:print(e)