정답 개수:
0
틀린 개수:
6
실행 실패 개수:
4
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 4 24 17
5
8
2 7 16 20
11
5
3 10 17 16 5
18
3
1 12 15
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 26, in <module> print(search(need,brr,arr)) ~~~~~~^^^^^^^^^^^^^^ File "Main.py", line 17, in search return num ^^^ UnboundLocalError: cannot access local variable 'num' where it is not associated with a value
1
2 7 7 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 26, in <module> print(search(need,brr,arr)) ~~~~~~^^^^^^^^^^^^^^ File "Main.py", line 17, in search return num ^^^ UnboundLocalError: cannot access local variable 'num' where it is not associated with a value
1
8 11 2 2 2 3 2 2 3 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 26, in <module> print(search(need,brr,arr)) ~~~~~~^^^^^^^^^^^^^^ File "Main.py", line 17, in search return num ^^^ UnboundLocalError: cannot access local variable 'num' where it is not associated with a value
1