Run ID:104444

提交时间:2025-01-05 09:14:16

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