정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 3 2 3 2 3 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> li[sushi[st]] -= 1 IndexError: list index out of range
3
3 7 3 2 4 4 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> li[sushi[st]] -= 1 IndexError: list index out of range
3
5 8 4 7 7 3 6 7 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> li[sushi[en]] += 1 IndexError: list index out of range
4