정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 9 2 0 4
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 1 at Main.qSearch(Main.java:26) at Main.main(Main.java:22)
0 0
2 -4 1 1 5
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 2 at Main.qSearch(Main.java:26) at Main.main(Main.java:22)
0
1 -6 2 2 7
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -2 out of bounds for length 1 at Main.qSearch(Main.java:26) at Main.main(Main.java:22)
0 0