评测信息
运行ID: 40580
Traceback (most recent call last):
File "src.py", line 7, in <module>
print(float(xh(n)))
File "src.py", line 5, in xh
return s*xh(n-1)
TypeError: unsupported operand type(s) for -: 'str' and 'int'