Run ID:72089
提交时间:2024-04-30 20:37:17
a,b,c=map(int,input().split()) list=[a,b,c] list.sort() for i in range(len(list)): print(list[i],end=' ')