#41403: python 解


ianlin3232@gmail.com (林以寬)


ans = ""
x = int(input())#根本用不到
a = input().split(" ")
b = " ".join(reversed(a))
print(b)