Run ID:132590

提交时间:2025-10-10 21:25:53

n = int(input()) print(' '.join(map(str, list(map(int, input().split()))[::-1])))