정답 개수:
74
틀린 개수:
1
실행 실패 개수:
25
2 11 OOOOIOIOOOI
1
0
1 4 OOOO
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 14, in <module> while S[right] != 'I': ~^^^^^^^ IndexError: list index out of range
0
1 5 IOIOO
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 14, in <module> while S[right] != 'I': ~^^^^^^^ IndexError: list index out of range
1
2 5 OIOOO
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 14, in <module> while S[right] != 'I': ~^^^^^^^ IndexError: list index out of range
0