公式如下:由于是初学 ,编了段代码如下:#define long int x -640320,y 545140134,z 13591409long int f6(long int n)/*计算6n的阶乘*/{long int s; if(n==1) s=6*5*4*3*2; else s=6*n*(6*n-1)*(6*n-2)*(6*n-3)*(6*n-4...
阅读全文
2009
02-19