Agorithm/백준 알고리즘
백준 알고리즘 20976번 2 番目に大きい整数(python)
kimjinho1
2021. 3. 1. 11:40
728x90
반응형
단순 구현 문제이다.
print(sorted(map(int, input().split()))[1])
728x90
반응형