실행 실패 (제출 코드 컴파일 에러)
Main.java:77: error: no suitable method found for sort(Queue<Jewelry>) Arrays.sort(jewelries); ^ method Arrays.sort(int[]) is not applicable (argument mismatch; Queue<Jewelry> cannot be converted to int[]) method Arrays.sort(long[]) is not applicable (argument mismatch; Queue<Jewelry> cannot be converted to long[]) method Arrays.sort(short[]) is not applicable (argument mismatch; Queue<Jewelry> cannot be converted to short[]) method Arrays.sort(char[]) is not applicable (argument mismatch; Queue<Jewelry> cannot be converted to char[]) method Arrays.sort(byte[]) is not applicable (argument mismatch; Queue<Jewelry> cannot be converted to byte[]) method Arrays.sort(float[]) is not applicable (argument mismatch; Queue<Jewelry> cannot be converted to float[]) method Arrays.sort(double[]) is not applicable (argument mismatch; Queue<Jewelry> cannot be converted to double[]) method Arrays.sort(Object[]) is not applicable (argument mismatch; Queue<Jewelry> cannot be converted to Object[]) method Arrays.<T#1>sort(T#1[],Comparator<? super T#1>) is not applicable (cannot infer type-variable(s) T#1 (actual and formal argument lists differ in length)) method Arrays.<T#2>sort(T#2[],int,int,Comparator<? super T#2>) is not applicable (cannot infer type-variable(s) T#2 (actual and formal argument lists differ in length)) where T#1,T#2 are type-variables: T#1 extends Object declared in method <T#1>sort(T#1[],Comparator<? super T#1>) T#2 extends Object declared in method <T#2>sort(T#2[],int,int,Comparator<? super T#2>) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.