정답 개수:
83
틀린 개수:
3
실행 실패 개수:
14
5 2 3 4 1 5
NO
+ + - + - + - - + -
6 2 3 4 1 6 5
NO
+ + - + - + - - + + - -
8 2 3 4 1 5 7 6 8
NO
+ + - + - + - - + - + + - - + -
4 3 1 2 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 35, in <module> if l[f] != l2[f]: IndexError: deque index out of range
NO
5 4 1 2 3 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 35, in <module> if l[f] != l2[f]: IndexError: deque index out of range
NO
5 4 1 2 5 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 35, in <module> if l[f] != l2[f]: IndexError: deque index out of range
NO