Run ID:109678
提交时间:2025-02-10 14:17:13
n=int(input()) a=list(map(int,input().split())) a=a[::-1] #将列表a倒序 print(*a)