#35676: python ac code


1360467-8@g.puiching.edu.mo (三國迷李牧粉)

學校 : 不指定學校
編號 : 189084
來源 : [202.86.172.163]
最後登入時間 :
2023-10-20 12:55:38

a=int(input())
b=list(map(int,input().strip().split()))
b.reverse()
print(*b)