评测信息
运行ID: 59661
Traceback (most recent call last):
File "src.py", line 12, in <module>
find_power_of_two(N)
File "src.py", line 6, in find_power_of_two
print(format(t, power))
TypeError: expected string, got int object