Run ID:134702

提交时间:2025-11-01 11:23:19

a=int(input()) b=input().split() c=b c.sort(reverse=True) for x in range(a): b[x] =c[x] print(b)