백준 25305번
최종 제출 코드
num, cut = map(int, input().split()) score = list(map(int,input().split())) score.sort(reverse=True) print(score[cut-1])
list.sort(reverse=True)
score