정답 개수:
8
틀린 개수:
0
실행 실패 개수:
20
8 9
런타임 에러 (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'
8
7 19
런타임 에러 (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'
7
10 3
런타임 에러 (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