Run ID:134642

提交时间:2025-10-29 21:21:34

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