n = int(input())

l = list(map(int, input().split()))
ll = l[::-1]

print(ll)