정답 개수:
23
틀린 개수:
67
실행 실패 개수:
10
5 00101 11100 01000 01110 01010
1 10
2 1 10
5 01010 11100 10010 00001 11111
3 1 5 6
4 1 1 5 6
6 001011 101000 111011 001111 010100 001100
2 1 15
3 1 2 15
2 11 00
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 48, in <module> bfs() File "Main.py", line 19, in bfs if graph[i][j] == 1 and visit[i][j] ==0: IndexError: list index out of range
1 2
2 10 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 48, in <module> bfs() File "Main.py", line 19, in bfs if graph[i][j] == 1 and visit[i][j] ==0: IndexError: list index out of range
1 2
2 11 11
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 48, in <module> bfs() File "Main.py", line 19, in bfs if graph[i][j] == 1 and visit[i][j] ==0: IndexError: list index out of range
1 4