정답 개수:
85
틀린 개수:
2
실행 실패 개수:
13
5 1 2 1 5 3
0
1
7 5 4 1 4 6 5 2 6 5 7 3
1
2
2 2 1 2 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> elif tmpcopy[i] == 0 and tmp[i+1] == 2: ~~~^^^^^ IndexError: list index out of range
1
3 2 2 2 3 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> elif tmpcopy[i] == 0 and tmp[i+1] == 2: ~~~^^^^^ IndexError: list index out of range
1
3 3 1 1 2 3 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> elif tmpcopy[i] == 0 and tmp[i+1] == 2: ~~~^^^^^ IndexError: list index out of range
2