K번째수
def solution(array, commands): return [sorted(array[i-1:j])[k-1] for i, j, k in commands]
이전 포스트 3진법 뒤집기
다음 포스트 가운데 글자 가져오기