Run ID:143575
提交时间:2026-01-17 10:08:00
n=int(input()) a=list(map(int,input().split())) a=a[::-1] #将a倒过来 print(*a) #输出a中的元素