网址:http://m.1010jiajiao.com/timu_id_3689727[举报]
把求n!的程序补充完整(注:n!=n×(n-1)×…×2×1).
n= (“n=”);
i=1;
s=1;
i<=n
s=si;
i=i+1;
s