Run ID:94209

提交时间:2024-10-20 09:09:10

a = list(map(int,input().split())) for i in range(10): if a[i] == max(a) : print(max(a)) break