백준문제/브론즈 4
백준) 31281번 - python
kiseno
2024. 5. 9. 01:18
728x90
반응형
SMALL
a = list(map(int, input().split()))
a.sort()
print(a[1])
728x90
반응형
LIST