알고리즘/백준
백준-10817번(세 수)-python3
nyeongha
2023. 11. 30. 14:33
a=list(map(int,input().split()))
b=sorted(a)
print(b[1])