BOJ 2562

녹색자몽·2021년 8월 18일
0

Algorithm

목록 보기
46/80
post-thumbnail

최댓값

total = []
for numbers in range(9): 
    total.append(int(input()))

x = max(total)
print(x)
print(total.index(x)+1)
    
profile
볕 좋은 날 시작하는 개발일기

0개의 댓글

관련 채용 정보