Sorry, your browser is not supported. SDNUOJ requires Internet Explorer 8 or greater, please upgrade your browser!
评测信息
运行ID: 28470
Traceback (most recent call last):
File "src.py", line 7, in <module>
print(fib(a))
File "src.py", line 2, in fib
if n==o or n==1:
NameError: name 'o' is not defined