정답 개수:
0
틀린 개수:
2
실행 실패 개수:
8
3 11 2 3
2 2 11
2 3 11
Solution is not in ascending order.
9 -11 -6 -5 -9 -7 -12 -4 -3 -8
-6 -11 -3
-5 -4 -3
Solution is not in ascending order.
5 3 2 1 10 7
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 5 at Main.bs(Main.java:59) at Main.main(Main.java:88)
1 2 3
4 12 -12 2 -6
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 4 at Main.bs(Main.java:59) at Main.main(Main.java:88)
-12 2 12
6 -4 8 6 -7 10 -1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 6 at Main.bs(Main.java:46) at Main.main(Main.java:88)
-7 -1 8