정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 3 1 2 3 2 3 -13 1 3 24
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> v, e = map(int, input().split()) ~~~~~^^ EOFError: EOF when reading a line
-10
4 3 2 4 1 2 3 -23 1 3 -21
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> v, e = map(int, input().split()) ~~~~~^^ EOFError: EOF when reading a line
-43
4 3 3 4 21 1 2 -28 2 4 -11
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> v, e = map(int, input().split()) ~~~~~^^ EOFError: EOF when reading a line
-18