Run ID:104445
提交时间:2025-01-05 09:17:46
n=int(input()) a=list(map(int,input().split())) for i in range(n-1,-1,-1): print(a[i],end=" ")