정답 개수:
0
틀린 개수:
6
실행 실패 개수:
4
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
4 3 1 0 0 0 1 1 1 0 0 0 0 0 0
tomatoR = 0 tomatoC = 3 tomatoH = 0 3
2
3 5 1 -1 1 1 1 1 1 1 1 1 1 1 1 -1 1 1
tomatoR = 0 tomatoC = 1 tomatoH = 0 0
0
4 3 3 -1 1 0 1 -1 -1 1 1 -1 -1 1 -1 -1 1 0 1 1 1 1 0 0 0 1 1 1 0 0 0 0 0 -1 0 0 0 0 0
tomatoR = 0 tomatoC = 1 tomatoH = 0 3
2
2 3 1 0 0 0 0 0 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 at Main.bfs(Main.java:112) at Main.main(Main.java:56)
3
3 2 3 1 1 1 1 0 1 1 1 -1 -1 0 1 -1 1 0 1 1 0
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 at Main.bfs(Main.java:112) at Main.main(Main.java:56)
1
3 5 2 -1 -1 -1 -1 -1 -1 -1 1 -1 1 1 -1 0 1 -1 1 1 1 1 1 1 0 1 1 1 1 1 -1 0 -1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at Main.bfs(Main.java:112) at Main.main(Main.java:56)
1