문제풀이/백준(Boj) 문제풀이
[백준][구현] 10817. 세 수(파이썬/Python)
얄루몬
2021. 10. 27. 17:23
abc = list(map(int,input().split()))
abc.sort()
print(abc[1])