n = int(input().strip()) if n == 0: input() print() else: dasb = input().split() print(' '.join(dasb[::-1]))