#include<stdio.h>
double fact(
int n);
int main(
void)
{
int m,n;
if m>=
0,n>=
0;
}
double fact(
int n)
{
double product;
result=fact(m!/n!(m-n)!
);
return product;
}
转载于:https://www.cnblogs.com/liruijia199531/p/3379966.html
转载请注明原文地址: https://win8.8miu.com/read-1558741.html