提交时间:2025-04-05 16:29:00
运行 ID: 316034
a = int(input()) k = [] n = 0 k = map(int,input().split()) #k.sort for i in k: if i > n: n = i print(n)