정답 개수:
13
틀린 개수:
0
실행 실패 개수:
87
2 1 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> conn_list = [list(int(map, input().split())) for _ in range(conn_computer)] ~~~^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'list' object cannot be interpreted as an integer
1
2 1 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> conn_list = [list(int(map, input().split())) for _ in range(conn_computer)] ~~~^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'list' object cannot be interpreted as an integer
1
3 1 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> conn_list = [list(int(map, input().split())) for _ in range(conn_computer)] ~~~^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'list' object cannot be interpreted as an integer
1