Run ID:104449
提交时间:2025-01-05 09:28:01
b = int(input()) a = list(map(int,input().split())) a.sort() print(*a)