Run ID:108908
提交时间:2025-01-23 14:30:50
maxn = 0 for i in range(10): x=input() x=int(x) if x>maxn: maxn = x print(maxn)