Run ID:134231
提交时间:2025-10-26 09:47:42
n=int(input()) a=list(map(int,input().split())) for i in range(n-1,-1,-1): print(a[i],end=" ")