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