728x90
반응형

li = []
for i in range(9):
    li.append(int(input()))
print(max(li))
print(li.index(max(li))+1)

728x90
반응형

+ Recent posts