Run ID:94208

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

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