评测信息
运行ID: 62390
Traceback (most recent call last):
File "src.py", line 8, in <module>
result = int(power_recursion(a, n))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'