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