Run ID:134708

提交时间:2025-11-01 11:26:33

a = int(input()) b = input().split() b.reverse() print(' '.join(b))