정답 개수:
21
틀린 개수:
0
실행 실패 개수:
79
4 3 9 3 8 3 4 2 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 50, in <module> print(interval(a)) File "Main.py", line 28, in interval if i<= v: TypeError: '<=' not supported between instances of 'list' and 'int'
3
4 0 1 0 1 1 4 1 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 50, in <module> print(interval(a)) File "Main.py", line 28, in interval if i<= v: TypeError: '<=' not supported between instances of 'list' and 'int'
2
4 0 2 9 15 0 6 0 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 50, in <module> print(interval(a)) File "Main.py", line 28, in interval if i<= v: TypeError: '<=' not supported between instances of 'list' and 'int'
3