Run ID:104446

提交时间:2025-01-05 09:18:00

b = int(input()) a = list(map(int,input().split())) for i in range(b-1,-1,-1): print(a[i],end=" ")