배열 복사
System.arraycopy(arr, 0, answer, 0, arr. length);
배열 정렬
Arrays.sort(int[ ]); //Dual QuickSort