c语言问题 日期:2021-07-16 10:09:37 人气:1 c语言问题 用递推公式就可以求解了1. #include <stdio.h> int fun(int n) { if (n==1)