Run ID:95164
提交时间:2024-10-27 09:09:59
n = int(input()) a = list(map(int,input().split())) for i in range(n-1,-1,-1): print(a[i])