정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 2 1 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/30f5881f82bfc8cf32af04167d2f9bd84c5f454e0f876ee5ce7b905e1c09e1a2/Main.py", line 19, in <module> pos1.append(max(pos1[i-2], pos2[i-2])+mapList[i]) IndexError: list index out of range
6
3 9 9 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/30f5881f82bfc8cf32af04167d2f9bd84c5f454e0f876ee5ce7b905e1c09e1a2/Main.py", line 19, in <module> pos1.append(max(pos1[i-2], pos2[i-2])+mapList[i]) IndexError: list index out of range
15
3 5 9 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/30f5881f82bfc8cf32af04167d2f9bd84c5f454e0f876ee5ce7b905e1c09e1a2/Main.py", line 19, in <module> pos1.append(max(pos1[i-2], pos2[i-2])+mapList[i]) IndexError: list index out of range
11