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