정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
8 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> N = int(input()); Deque = deque([]) ValueError: invalid literal for int() with base 10: '8 2\n'
<2, 4, 6, 8, 3, 7, 5, 1>
8 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> N = int(input()); Deque = deque([]) ValueError: invalid literal for int() with base 10: '8 3\n'
<3, 6, 1, 5, 2, 8, 4, 7>
8 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> N = int(input()); Deque = deque([]) ValueError: invalid literal for int() with base 10: '8 5\n'
<5, 2, 8, 7, 1, 4, 6, 3>