정답 개수:
90
틀린 개수:
0
실행 실패 개수:
10
1 5 OIIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/dd95e8a36658650dc44db74d2d899ace8b3248fef2063a539299f1b5a268d671/Main.py", line 11, in <module> while(st[i]!=st[i+1] and st[i+1]!=st[i+2]): IndexError: list index out of range
1
1 6 IOOIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/dd95e8a36658650dc44db74d2d899ace8b3248fef2063a539299f1b5a268d671/Main.py", line 11, in <module> while(st[i]!=st[i+1] and st[i+1]!=st[i+2]): IndexError: list index out of range
1
1 6 OIIIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/dd95e8a36658650dc44db74d2d899ace8b3248fef2063a539299f1b5a268d671/Main.py", line 11, in <module> while(st[i]!=st[i+1] and st[i+1]!=st[i+2]): IndexError: list index out of range
1