Note
[codeup] 129. 두 번째 작은 수 본문
728x90
n = list(map(int, input().split()))
n.sort(reverse = True)
print(n[1])
'etc > Coding Test' 카테고리의 다른 글
[codeup] 131. 나이 계산 2 (0) | 2022.01.30 |
---|---|
[codeup] 130. 나이 계산 1 (0) | 2022.01.29 |
[codeup] 128. 축구의 신 1 (0) | 2022.01.27 |
[codeup] 127. 터널 통과하기 1 (0) | 2022.01.26 |
[codeup] 126. 당신의 사주를 봐 드립니다 2 (0) | 2022.01.25 |