728x90
반응형
SMALL
result = []
for i in range(3):
bear = int(input())
result.append(bear)
result.sort()
print(result[1])
728x90
반응형
LIST
'백준문제 > 브론즈 5' 카테고리의 다른 글
백준) 8393번 - python (0) | 2024.02.25 |
---|---|
백준) 7891번 - python (0) | 2024.02.24 |
백준) 5622번 - python (0) | 2024.02.22 |
백준) 5522번 - python (0) | 2024.02.21 |
백준) 5341번 - python (0) | 2024.02.20 |