정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
5 12 5 4 7 1 2 3 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 28, in <module> solution() ~~~~~~~~^^ File "Main.py", line 23, in solution now.append(sushi[start + k]) ~~~~~^^^^^^^^^^^ IndexError: list index out of range
6
5 12 4 1 1 1 2 12 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 28, in <module> solution() ~~~~~~~~^^ File "Main.py", line 23, in solution now.append(sushi[start + k]) ~~~~~^^^^^^^^^^^ IndexError: list index out of range
4
5 12 4 2 8 8 6 10 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 28, in <module> solution() ~~~~~~~~^^ File "Main.py", line 23, in solution now.append(sushi[start + k]) ~~~~~^^^^^^^^^^^ IndexError: list index out of range
4