정답 개수:
2
틀린 개수:
0
실행 실패 개수:
22
4 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'
4
33 5
런타임 에러 (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'
18
76 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'
69