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