Run ID:134233

提交时间:2025-10-26 09:48:16

n=int(input()) a=list(map(int,input().split())) print(*a[::-1])