정답 개수:
0
틀린 개수:
2
실행 실패 개수:
8
8 9 4 1 3 2 3 6 6 4 8 3 3 1 6 5 6 8 7 1
0
7
6 13 2 5 6 5 5 1 6 4 3 6 2 3 3 1 5 3 3 4 4 2 2 1 1 6 4 1
0
5
7 1 7 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> conn_list = [list(map(int, input().split())) for _ in range(6)] ~~~~~^^ EOFError: EOF when reading a line
1
4 2 4 3 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> conn_list = [list(map(int, input().split())) for _ in range(6)] ~~~~~^^ EOFError: EOF when reading a line
2
6 2 6 4 4 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> conn_list = [list(map(int, input().split())) for _ in range(6)] ~~~~~^^ EOFError: EOF when reading a line
2