정답 개수:
65
틀린 개수:
0
실행 실패 개수:
35
2 2 1 1 2 6 1 3 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at Main.determineIsBipartite(Main.java:82) at Main.main(Main.java:34)
YES YES
2 8 3 1 2 1 4 3 1 8 1 1 4
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 4 out of bounds for length 3 at Main.determineIsBipartite(Main.java:82) at Main.main(Main.java:34)
YES YES
2 7 4 2 1 1 4 2 3 1 7 4 1 4 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds for length 6 at Main.determineIsBipartite(Main.java:82) at Main.main(Main.java:34)
YES YES