정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 2 -1 0 1 -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> list_num = list_num[:n/2] TypeError: unsupported operand type(s) for /: 'str' and 'int'
1
4 -6 -4 0 -4 2 6 -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> list_num = list_num[n/2:] TypeError: unsupported operand type(s) for /: 'str' and 'int'
0 0
1 -2 7 -7 4 -3 -5 -4 3 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> list_num = list_num[:n/2] TypeError: unsupported operand type(s) for /: 'str' and 'int'
0 0 0 0 0 0 0