정답 개수:
75
틀린 개수:
14
실행 실패 개수:
11
3 1 3 2
NO
+ - + + - -
4 2 1 3 4
NO
+ + - - + - + -
4 2 4 3 1
NO
+ + - + + - - -
2 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if i+2 != numlist[cnt+1] and turn == True: IndexError: list index out of range
+ - + -
3 1 2 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if i+2 != numlist[cnt+1] and turn == True: IndexError: list index out of range
+ - + - + -
4 1 2 3 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if i+2 != numlist[cnt+1] and turn == True: IndexError: list index out of range
+ - + - + - + -