정답 개수:
36
틀린 개수:
0
실행 실패 개수:
64
4 8 5 50 50
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/81a928bd52aeb9beb4761de1eb213b80c131cb2b7a61ab679be73d4eb2694f74/Main.py", line 14, in <module> d.append(max([a[i] + d[i - 2], a[i] + d[i - 3], a[i] + a[i - 1] + d[i - 3]], d[-1])) TypeError: '>' not supported between instances of 'int' and 'list'
108
5 3 -2 1 3 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/81a928bd52aeb9beb4761de1eb213b80c131cb2b7a61ab679be73d4eb2694f74/Main.py", line 14, in <module> d.append(max([a[i] + d[i - 2], a[i] + d[i - 3], a[i] + a[i - 1] + d[i - 3]], d[-1])) TypeError: '>' not supported between instances of 'int' and 'list'
8
4 38 31 10 15
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/81a928bd52aeb9beb4761de1eb213b80c131cb2b7a61ab679be73d4eb2694f74/Main.py", line 14, in <module> d.append(max([a[i] + d[i - 2], a[i] + d[i - 3], a[i] + a[i - 1] + d[i - 3]], d[-1])) TypeError: '>' not supported between instances of 'int' and 'list'
84