정답 개수:
12
틀린 개수:
0
실행 실패 개수:
88
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 3 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 30, in <module> print(search(need,brr,arr)) ~~~~~~^^^^^^^^^^^^^^ File "Main.py", line 6, in search while left < right and left!=mid : ^^^ UnboundLocalError: cannot access local variable 'mid' where it is not associated with a value
3
1 3 18
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 30, in <module> print(search(need,brr,arr)) ~~~~~~^^^^^^^^^^^^^^ File "Main.py", line 6, in search while left < right and left!=mid : ^^^ UnboundLocalError: cannot access local variable 'mid' where it is not associated with a value
6
1 5 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 30, in <module> print(search(need,brr,arr)) ~~~~~~^^^^^^^^^^^^^^ File "Main.py", line 6, in search while left < right and left!=mid : ^^^ UnboundLocalError: cannot access local variable 'mid' where it is not associated with a value
2