정답 개수:
32
틀린 개수:
61
실행 실패 개수:
7
3 3 1 1 3 1 1 1 1 0 1 1 1 1
0
1
4 3 2 1 2 1 1 1 1 1 1 1 0 1 1 1 1
0
1
3 5 1 3 3 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1
0
1
3 3 1 1 1 1 1 1 1 0 1 1 1 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 3 at Main.moveRobot(Main.java:93) at Main.run(Main.java:28) at Main.main(Main.java:23)
1
3 5 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 5 at Main.moveRobot(Main.java:93) at Main.run(Main.java:28) at Main.main(Main.java:23)
2
5 3 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 3 at Main.moveRobot(Main.java:93) at Main.run(Main.java:28) at Main.main(Main.java:23)
1