100!
等差数列求和
9.3326215443944 * 10 157 用C语言写的话#includemain(){int i,j=0;for(i=1;i<=100;i++) j=i*j ;printf("%ld\n",j);getch();}