정답 개수:
16
틀린 개수:
8
실행 실패 개수:
76
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 3 1 1 2 8
1
9
2 6 1 2 2 8
2
10
2 6 2 3 2 2
3
5
3 1 1 9 1 4 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/a742ef6db1d632c979a5424a70de34047f72386dc389418f610fdb3d8ffba107/Main.py", line 28, in <module> main() File "/tmp/compile/a742ef6db1d632c979a5424a70de34047f72386dc389418f610fdb3d8ffba107/Main.py", line 16, in main if i - w >= 0 and not dp[i - w][j]: IndexError: tuple index out of range
9
3 1 1 3 1 5 1 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/a742ef6db1d632c979a5424a70de34047f72386dc389418f610fdb3d8ffba107/Main.py", line 28, in <module> main() File "/tmp/compile/a742ef6db1d632c979a5424a70de34047f72386dc389418f610fdb3d8ffba107/Main.py", line 16, in main if i - w >= 0 and not dp[i - w][j]: IndexError: tuple index out of range
7
3 6 2 4 2 4 6 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/a742ef6db1d632c979a5424a70de34047f72386dc389418f610fdb3d8ffba107/Main.py", line 28, in <module> main() File "/tmp/compile/a742ef6db1d632c979a5424a70de34047f72386dc389418f610fdb3d8ffba107/Main.py", line 16, in main if i - w >= 0 and not dp[i - w][j]: IndexError: tuple index out of range
9