정답 개수:
80
틀린 개수:
0
실행 실패 개수:
20
1 5 OIOIO
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 14, in <module> while S[i+1] == 'O' and S[i+2] == 'I': ~^^^^^ IndexError: string index out of range
1
3 7 IOOIIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 14, in <module> while S[i+1] == 'O' and S[i+2] == 'I': ~^^^^^ IndexError: string index out of range
0
3 7 IIIIOIO
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 14, in <module> while S[i+1] == 'O' and S[i+2] == 'I': ~^^^^^ IndexError: string index out of range
0