카테고리 없음 2024. 2. 16.
1번 풀이 1 2 3 4 5 6 7 8 public int[] solution(int[] num_list) { Arrays.sort(num_list); int[] answer = new int[5]; for(int i=0; i