정답 개수:
3
틀린 개수:
2
실행 실패 개수:
35
8 2 3 5 9 5 6 9 5
6
5
9 37 67 37 37 67 67 67 37 67
3
2
2 4 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/68b11411c0f8895b988946dfe9b7ccf8aee1c61595c29650b80994b8b9eb77ec/Main.py", line 17, in <module> if LIS_arr[mid] >= arr[i+1] and LIS_arr[mid+1] <= arr[i+1]: IndexError: list index out of range
1
2 9 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/68b11411c0f8895b988946dfe9b7ccf8aee1c61595c29650b80994b8b9eb77ec/Main.py", line 17, in <module> if LIS_arr[mid] >= arr[i+1] and LIS_arr[mid+1] <= arr[i+1]: IndexError: list index out of range
1
3 5 5 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/68b11411c0f8895b988946dfe9b7ccf8aee1c61595c29650b80994b8b9eb77ec/Main.py", line 17, in <module> if LIS_arr[mid] >= arr[i+1] and LIS_arr[mid+1] <= arr[i+1]: IndexError: list index out of range
1