#40298: python也可以用[::-1]


11213052@gm.hnvs.cy.edu.tw (文哲大大)


a=int(input())
b=list(map(str,input().split(" ")))
c=b[::-1]
print(*c)