정답 개수:
64
틀린 개수:
29
실행 실패 개수:
7
dz=
0
1
cdz=
1
2
ldz=j
2
3
l
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if temp[i+1] == 'z' and temp[i+2] == '=': IndexError: list index out of range
1
c
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if temp[i+1] == 'z' and temp[i+2] == '=': IndexError: list index out of range
1
d-l
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if temp[i+1] == 'z' and temp[i+2] == '=': IndexError: list index out of range
2