정답 개수:
18
틀린 개수:
72
실행 실패 개수:
10
5 11001 10110 11011 01110 11000
1 14
2 1 14
6 010011 010100 111110 001011 011110 010000
1 16
2 2 16
6 111011 010000 111010 101010 000011 001111
2 8 9
3 2 8 9
2 11 01
런타임 에러 (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 3
2 11 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 3
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