https://www.acmicpc.net/problem/2562
numList=[]
for i in range(9):
numList.append(int(input()))
print(max(numList))
print(numList.index(max(numList))+1)
728x90
'파이썬알고리즘' 카테고리의 다른 글
20210605#(33) 백준 1712 파이썬 (0) | 2021.06.05 |
---|---|
20210605#(32) 백준 4344 파이썬 (0) | 2021.06.05 |
20210604#(31) 백준 1546 파이썬 (0) | 2021.06.03 |
20210603#(30) 백준 3052 파이썬 (0) | 2021.06.03 |
20210603#(29) 백준 2577 파이썬 (0) | 2021.06.03 |