정답 개수:
21
틀린 개수:
70
실행 실패 개수:
9
2 1 1 2 1 2
0
2
2 1 1 3 1 2
0
3
2 6 1 6 4 4
6
10
5 1 1 3 1 4 1 5 1 6 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> pv, pw = dp[k-1][j] IndexError: list index out of range
6
5 1 1 4 1 4 1 10 1 10 1 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> pv, pw = dp[k-1][j] IndexError: list index out of range
10
7 1 1 6 1 6 1 6 1 5 1 6 1 10 1 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> pv, pw = dp[k-1][j] IndexError: list index out of range
10