Run ID:143584
提交时间:2026-01-17 10:15:47
a=list(map(int,input().split())) da=max(a) for i in range(len(a)): if a[i]==da: print(i+1)