정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
6-3890
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> hapi = sum([i for i in string[1].split("+")]) TypeError: unsupported operand type(s) for +: 'int' and 'str'
-3884
9-1-0-1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> hapi = sum([i for i in string[1].split("+")]) TypeError: unsupported operand type(s) for +: 'int' and 'str'
7
81+27+84
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> hapi = sum([i for i in string[1].split("+")]) IndexError: list index out of range
192