정답 개수:
94
틀린 개수:
0
실행 실패 개수:
6
1 8 OIIOIIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/eb2700ce42f963df574d984c3ad5dcd2027a00f581e95e2de6ced918a4f4f2ce/Main.py", line 11, in <module> while(st[i]!=st[i+1] and st[i+1]!=st[i+2] and (i+2)<k): IndexError: list index out of range
2
1 12 IIIIOOIIIIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/eb2700ce42f963df574d984c3ad5dcd2027a00f581e95e2de6ced918a4f4f2ce/Main.py", line 11, in <module> while(st[i]!=st[i+1] and st[i+1]!=st[i+2] and (i+2)<k): IndexError: list index out of range
1
1 15 IIOIIIOIOOOOIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/eb2700ce42f963df574d984c3ad5dcd2027a00f581e95e2de6ced918a4f4f2ce/Main.py", line 11, in <module> while(st[i]!=st[i+1] and st[i+1]!=st[i+2] and (i+2)<k): IndexError: list index out of range
3