정답 개수:
60
틀린 개수:
28
실행 실패 개수:
12
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 -1 5
-1 -1
-1 5
The two output numbers must be distinct.
2 1 -6
1 1
-6 1
The two output numbers must be distinct.
2 0 -5
0 0
-5 0
The two output numbers must be distinct.
2 1 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> nextCal = arr[start] + arr[end - 1] IndexError: list index out of range
1 6
2 4 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> nextCal = arr[start] + arr[end - 1] IndexError: list index out of range
1 4
2 7 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> nextCal = arr[start] + arr[end - 1] IndexError: list index out of range
0 7