정답 개수:
10
틀린 개수:
7
실행 실패 개수:
8
3 8 1 1 9
8
7
3 10 10 2 39
13
10
4 9 3 6 6 40
10
9
3 5 1 5 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 39, in <module> searchBudget(budgetList) File "/tmp/target/Main.py", line 36, in searchBudget searchBudget(newList) File "/tmp/target/Main.py", line 36, in searchBudget searchBudget(newList) File "/tmp/target/Main.py", line 36, in searchBudget searchBudget(newList) [Previous line repeated 995 more times] File "/tmp/target/Main.py", line 14, in searchBudget if len(searchList) < 1: RecursionError: maximum recursion depth exceeded while calling a Python object
4
4 7 6 7 1 14
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 39, in <module> searchBudget(budgetList) File "/tmp/target/Main.py", line 36, in searchBudget searchBudget(newList) File "/tmp/target/Main.py", line 36, in searchBudget searchBudget(newList) File "/tmp/target/Main.py", line 36, in searchBudget searchBudget(newList) [Previous line repeated 995 more times] File "/tmp/target/Main.py", line 14, in searchBudget if len(searchList) < 1: RecursionError: maximum recursion depth exceeded while calling a Python object
4
5 5 8 8 8 9 25
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 39, in <module> searchBudget(budgetList) File "/tmp/target/Main.py", line 36, in searchBudget searchBudget(newList) File "/tmp/target/Main.py", line 36, in searchBudget searchBudget(newList) File "/tmp/target/Main.py", line 36, in searchBudget searchBudget(newList) [Previous line repeated 995 more times] File "/tmp/target/Main.py", line 14, in searchBudget if len(searchList) < 1: RecursionError: maximum recursion depth exceeded while calling a Python object
5