정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 5 IOIII
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> print(solution(n, m, s)) File "Main.py", line 23, in solution if a != res[-1]: IndexError: string index out of range
0
1 6 IIOIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> print(solution(n, m, s)) File "Main.py", line 23, in solution if a != res[-1]: IndexError: string index out of range
2
1 7 OIIOIOI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> print(solution(n, m, s)) File "Main.py", line 23, in solution if a != res[-1]: IndexError: string index out of range
2