Run ID:94212
提交时间:2024-10-20 09:13:27
a = list(map(int,input().split())) for i in range(10): if a[i] == max(a) : i = i + 1 print(i) break