정답 개수:
10
틀린 개수:
0
실행 실패 개수:
18
0 24
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 12, in <module> answer = answer + ((int(B) ** i) * origin) TypeError: unsupported operand type(s) for +: 'int' and 'str'
0
3 31
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 12, in <module> answer = answer + ((int(B) ** i) * origin) TypeError: unsupported operand type(s) for +: 'int' and 'str'
3
5 16
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 12, in <module> answer = answer + ((int(B) ** i) * origin) TypeError: unsupported operand type(s) for +: 'int' and 'str'
5