C語言旅途之調用遞歸函數來求斐波那契序列

Ⅰ、簡單的入門: ①、//代碼摘下直接可以運行 /求斐波那契序列第n項/ #include<stdio.h> int main() { printf(「please input the number of n\n」); int n; scanf("%d",&n); int fabbicc(int); printf(「the number of %d is:%d\n」,n,fabbicc(n));
相關文章
相關標籤/搜索