评测信息

运行ID: 48374
Traceback (most recent call last): File "src.py", line 9, in <module> print(power(a,n)) File "src.py", line 5, in power return x*power(a,n-1) NameError: name 'x' is not defined