Run ID:95161

提交时间:2024-10-27 09:06:52

n = int(input()) a = list(map(int,input().split())) for _ in range(n-1,-1,-1): print(a[_])