n, k = map(int, input().split(' '))
a = list(map(int, input().split(' ')))
a = sorted(a)
print(a[k-1])
'개발 > 알고리즘' 카테고리의 다른 글
[백준] #1568 새 (0) | 2020.10.30 |
---|---|
[백준] #1543 문서검색 (0) | 2020.10.30 |
[시간초과][백준] #2751 수 정렬하기2 (0) | 2020.10.29 |
[시간초과][백준] #1074 Z (0) | 2020.10.29 |
[백준] #2747 피보나치 수 (0) | 2020.10.28 |
댓글