알고리즘/백준

백준-10817번(세 수)-python3

nyeongha 2023. 11. 30. 14:33
a=list(map(int,input().split()))
b=sorted(a)
print(b[1])
저작자표시 비영리 변경금지 (새창열림)