#35676: python ac code


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


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