Run ID:82610

提交时间:2024-07-13 14:18:22

a=list(map(int,input().split())) a.sort() for i in a: print(i,end=" ")