정답 개수:
64
틀린 개수:
0
실행 실패 개수:
36
1 2 63 7 42 4 53
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 53, in <module> if s1[_]==1:cnt-=1;s1[_]=s1[_+1]=updn[_+1]=0 ~~^^^^^ IndexError: list assignment index out of range
2
1 2 62 46 33 9 41
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> if s2[_]==1:cnt-=1;s2[_]=s2[_+1]=updn[_+1]=0 ~~^^^^^ IndexError: list assignment index out of range
3
1 3 66 39 39 61 31 4 29
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> if s2[_]==1:cnt-=1;s2[_]=s2[_+1]=updn[_+1]=0 ~~^^^^^ IndexError: list assignment index out of range
4