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