提交时间:2025-12-07 15:37:47

运行 ID: 75518

a = int(input()) x = 0 n = 0 for i in a: x = int(input()) if x > n: n = x print(n)