정답 개수:
0
틀린 개수:
3
실행 실패 개수:
7
4 -10 0 -3 -6
[3, 3]
-3 0
6 0 8 -8 3 7 5
[0, 5]
-8 8
5 -3 -4 -6 -7 -9
[4, 4]
-4 -3
4 -1 7 1 -8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> hap = arr[left] + arr[right] IndexError: list index out of range
-1 1
5 -8 0 3 -4 -10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> hap = arr[left] + arr[right] IndexError: list index out of range
-4 3
6 2 -10 3 -3 9 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> hap = arr[left] + arr[right] IndexError: list index out of range
-3 3