c语言问题

日期:2021-07-16 10:09:37 人气:1

c语言问题

用递推公式就可以求解了

1.

      #include <stdio.h>
      int fun(int n)
      { if (n==1)
 
    A+
热门评论