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