정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
7 6
런타임 에러 (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: '7 6\n'
<6, 5, 7, 2, 1, 4, 3>
7 7
런타임 에러 (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: '7 7\n'
<7, 1, 3, 6, 2, 4, 5>
8 4
런타임 에러 (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 4\n'
<4, 8, 5, 2, 1, 3, 7, 6>