阅读背景:

【C语言】求1+2!+3!+...+20!的和

来源:互联网 

#include "stdio.h"

main()
{
  float n,s=0,t=1;
  for(n=1;n<=20;n++)  fo



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: