정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> print(rec(N,0,0)) TypeError: rec() takes 2 positional arguments but 3 were given
0
5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> print(rec(N,0,0)) TypeError: rec() takes 2 positional arguments but 3 were given
3
15
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> print(rec(N,0,0)) TypeError: rec() takes 2 positional arguments but 3 were given
4