Run ID:104450

提交时间:2025-01-05 09:28:32

b=int(input()) a=list(map(int,input().split())) a.sort() print(*a)