[프로그래머스] K번째 수 12345678910111213141516import java.util.*; class Solution { public int[] solution(int[] array, int[][] commands) { int[] answer = new int[commands.length]; int [] temp = {}; for(int i =0;i 프로그래밍/Algorithm 2018.10.21