728x90
반응형
SMALL
a,b,c = map(int,input().split())
lst = [a,b,c]
lst.sort()
print(lst[1])
728x90
반응형
LIST
'백준문제 > 브론즈 5' 카테고리의 다른 글
백준) 11021번 - python (0) | 2024.02.28 |
---|---|
백준) 10818번 - python (0) | 2024.02.27 |
백준) 8393번 - python (0) | 2024.02.25 |
백준) 7891번 - python (0) | 2024.02.24 |
백준) 6840번 - python (0) | 2024.02.23 |