Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
98974 |
姚远 |
小明养猪的故事 |
Python3 |
Compile Error |
0 MS |
0 KB |
92 |
2024-11-23 20:21:46 |
Tests(0/0):
Code:
n=int(input)
def a (n):
if n <=2:
return 1
eles:
return a(n-1)+a(a-2)
print(a(n))
Run Info:
Sorry: IndentationError: expected an indented block (Main.py, line 3)