정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 5 IOIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> print(solution(n, m, s)) File "Main.py", line 22, in solution a = s[i] IndexError: string index out of range
1
2 7 OIOOIII
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> print(solution(n, m, s)) File "Main.py", line 22, in solution a = s[i] IndexError: string index out of range
0
3 7 OIOIIII
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> print(solution(n, m, s)) File "Main.py", line 22, in solution a = s[i] IndexError: string index out of range
0