정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 2055
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 47, in <module> edges = [list(map(int, input().split())) for _ in range(n - 1)] NameError: name 'n' is not defined. Did you mean: 'N'?
2055
1 2599
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 47, in <module> edges = [list(map(int, input().split())) for _ in range(n - 1)] NameError: name 'n' is not defined. Did you mean: 'N'?
2599
2 980 3398 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 47, in <module> edges = [list(map(int, input().split())) for _ in range(n - 1)] NameError: name 'n' is not defined. Did you mean: 'N'?
3398