정답 개수:
34
틀린 개수:
63
실행 실패 개수:
3
3 8 2 8
1
2
3 27 9 27
1
2
4 70 54 15 46
1
2
2 8 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 at Main.binarySearch(Main.java:54) at Main.main(Main.java:29)
1
3 4 5 4
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at Main.binarySearch(Main.java:54) at Main.main(Main.java:29)
2
3 5 9 4
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at Main.binarySearch(Main.java:54) at Main.main(Main.java:29)
2