当前位置: X题卡 > 所有题目 > 题目详情

有如下递归函数: int Fun(int n) if(n<=1)return 1; ______ 请补充完整,使得函数Fun能够正确计算形参n的阶乘。

查看本题答案

你可能感兴趣的试题

热门试题

更多