정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
6 4 0 1 1 2 3 4 4 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> N,M = map(int,input().split()) ~~~~~^^ TypeError: 'str' object is not callable
0
4 5 0 2 0 1 0 3 1 2 2 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> N,M = map(int,input().split()) ~~~~~^^ TypeError: 'str' object is not callable
4
8 7 1 4 4 6 5 6 3 5 0 3 0 1 3 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> N,M = map(int,input().split()) ~~~~~^^ TypeError: 'str' object is not callable
6