Run ID:104443
提交时间:2025-01-05 09:14:06
n = int(input()) a = list(map(int,input().split())) print(*a[::-1])