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