#35676: python ac code


1360467-8@g.puiching.edu.mo (三國迷李牧粉)

學校 : 不指定學校
編號 : 189084
來源 : [202.86.172.163]
最後登入時間 :
2023-10-20 12:55:38
f345. 新手練習題—陣列 -- wseds | From: [60.246.51.183] | 發表日期 : 2023-06-11 16:51

a=int(input())
b=list(map(int,input().strip().split()))
b.reverse()
print(*b)
 
ZeroJudge Forum