Run ID:108909

提交时间:2025-01-23 14:31:09

maxn=0 for i in range(10): x=input() x=int(x) if x>maxn: maxn=x print(maxn)