文件名称:jisuanjiecheng
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
函数的功能:计算正整数n的阶乘n!。
* n! =n*(n-1)*(n-2)*…*1
* 函数参数: n,表示所要计算阶乘的正整数,要求n满足:
* 0 < n < 100
* 函数的返回值:如果输入参数不正确,返回-1,
* 否则返回计算n! 得到结果-Function features: calculating a positive integer n the factorial n!.* N! = N* (n-1)* (n-2)* ...* 1* function parameters: n, that is to calculate the factorial of a positive integer, required n to meet:* 0 < n < 100* return value : If the input parameter is not correct, return-1,* otherwise calculate n! get the results
* n! =n*(n-1)*(n-2)*…*1
* 函数参数: n,表示所要计算阶乘的正整数,要求n满足:
* 0 < n < 100
* 函数的返回值:如果输入参数不正确,返回-1,
* 否则返回计算n! 得到结果-Function features: calculating a positive integer n the factorial n!.* N! = N* (n-1)* (n-2)* ...* 1* function parameters: n, that is to calculate the factorial of a positive integer, required n to meet:* 0 < n < 100* return value : If the input parameter is not correct, return-1,* otherwise calculate n! get the results
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jisuanjiecheng.cpp