정답 개수:
63
틀린 개수:
35
실행 실패 개수:
2
2 -4 8
-8 4
-4 8
The number -8 is not in the input array.
2 -5 8
-8 5
-5 8
The number -8 is not in the input array.
2 8 -3
-8 3
-3 8
The number -8 is not in the input array.
5 -6 -2 -1 0 -5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 74, in <module> main() File "Main.py", line 69, in main Solution.solve() File "Main.py", line 28, in solve mn, mp = positives[0], positives[1] IndexError: list index out of range
-1 0
5 -1 0 -6 -4 -3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 74, in <module> main() File "Main.py", line 69, in main Solution.solve() File "Main.py", line 28, in solve mn, mp = positives[0], positives[1] IndexError: list index out of range
-1 0