정답 개수:
1
틀린 개수:
1
실행 실패 개수:
18
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
3 3 .SX .D. *..
2
1
2 2 S. .D
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 at Main.moving(Main.java:76) at Main.main(Main.java:42)
2
2 3 .S. D*.
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 at Main.moving(Main.java:76) at Main.main(Main.java:42)
2
2 3 SD. *..
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 2 at Main.moving(Main.java:76) at Main.main(Main.java:42)
1