정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
448990
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 36, in <module> Cal(0, len(Lst)-1, S) File "Main.py", line 33, in Cal Cal(Left+1, Right, S-Lst[Left]) File "Main.py", line 33, in Cal Cal(Left+1, Right, S-Lst[Left]) File "Main.py", line 33, in Cal Cal(Left+1, Right, S-Lst[Left]) [Previous line repeated 1251 more times] File "Main.py", line 25, in Cal if Left <= Right: ^^^^^^^^^^^^^ RecursionError: maximum recursion depth exceeded
2
491520
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 36, in <module> Cal(0, len(Lst)-1, S) File "Main.py", line 33, in Cal Cal(Left+1, Right, S-Lst[Left]) File "Main.py", line 33, in Cal Cal(Left+1, Right, S-Lst[Left]) File "Main.py", line 33, in Cal Cal(Left+1, Right, S-Lst[Left]) [Previous line repeated 1251 more times] File "Main.py", line 25, in Cal if Left <= Right: ^^^^^^^^^^^^^ RecursionError: maximum recursion depth exceeded
0
801742
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 36, in <module> Cal(0, len(Lst)-1, S) File "Main.py", line 33, in Cal Cal(Left+1, Right, S-Lst[Left]) File "Main.py", line 33, in Cal Cal(Left+1, Right, S-Lst[Left]) File "Main.py", line 33, in Cal Cal(Left+1, Right, S-Lst[Left]) [Previous line repeated 1251 more times] File "Main.py", line 25, in Cal if Left <= Right: ^^^^^^^^^^^^^ RecursionError: maximum recursion depth exceeded
1