小编的示例中最后的 printf("5的阶乘=%d\n",n,factorial(n));
我这样输出结果是5。为什么不是printf("5的阶乘=%d\n",factorial(n));呢?
这个是一一对应的 你看括号里有n 所以必须有n