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