Search

23. 백준_Python [10817] 세 수

number = list(map(int, input().split())) number.sort() print(number[1])
Python
복사