#35437: python 4行解


leoho335@gmail.com (ゴーストキング)

學校 : 不指定學校
編號 : 234946
來源 : []
最後登入時間 :
2023-06-03 11:20:02
d074. 電腦教室 -- 板橋高中教學題 | From: [1.160.147.191] | 發表日期 : 2023-06-03 14:01

s = input()
tmp = list(map(int, input().split()))
tmp.sort()
print(tmp[len(tmp) - 1])

 
ZeroJudge Forum