题目描述: 代码实现: #include <stdio.h> int fib(int n); void PrintFN(int m, int n); int main() { PrintFN(20,100