정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 3 4 #$$. #### *..#
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 4 out of bounds for length 4 at Main.main(Main.java:29)
0
1 3 9 $###.##.. #.#.##... ..#..#$..
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9 at Main.main(Main.java:29)
0
1 4 9 ..$...... .##..#... ####..##$ .#.#..#..
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9 at Main.main(Main.java:29)
0