#31749: python解法


alanyeh10@gmail.com (皮卡)

學校 : 高雄私立正義高級中學
編號 : 165015
來源 : [49.213.187.253]
最後登入時間 :
2022-11-18 11:44:14

while True:
    try:
        n=int(input())#其實根本沒用到這行哈哈哈
        print(max(list(map(int,input().split()))))
    except:
        break