정답 개수:
62
틀린 개수:
17
실행 실패 개수:
21
2 -5 0
0 -5
-5 0
The two output numbers must be in ascending order.
2 -5 -3
-3 -5
-5 -3
The two output numbers must be in ascending order.
2 -3 -7
-3 -7
-7 -3
The two output numbers must be in ascending order.
2 0 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> solutions_candidate.append((pos[1],pos[2],pos[1]+pos[2])) IndexError: list index out of range
0 9
2 1 -4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> solutions_candidate.append((pos[1],pos[2],pos[1]+pos[2])) IndexError: list index out of range
-4 1
2 8 -3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> solutions_candidate.append((pos[1],pos[2],pos[1]+pos[2])) IndexError: list index out of range
-3 8