정답 개수:
49
틀린 개수:
0
실행 실패 개수:
51
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 -6 2 3 -2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> print(1 if A[bisect_left(A, item)] == item else 0) IndexError: list index out of range
0 0
2 -9 -5 1 -2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> print(1 if A[bisect_left(A, item)] == item else 0) IndexError: list index out of range
0
3 -5 -8 -2 1 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> print(1 if A[bisect_left(A, item)] == item else 0) IndexError: list index out of range
0