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