정답 개수:
14
틀린 개수:
33
실행 실패 개수:
53
2 5 -3
1 0 -3 5
-3 5
The two output numbers must be in ascending order.
2 -2 3
1 0 -2 3
-2 3
The two output numbers must be in ascending order.
2 10 -8
1 0 -8 10
-8 10
The two output numbers must be in ascending order.
2 1 -6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if min_diff > abs(arr[i] + arr[res]): IndexError: list index out of range
-6 1
2 -2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if min_diff > abs(arr[i] + arr[res]): IndexError: list index out of range
-2 1
2 -9 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if min_diff > abs(arr[i] + arr[res]): IndexError: list index out of range
-9 7