编写程序计算1的阶乘加2的阶乘.加到20的阶乘
问题描述:
编写程序计算1的阶乘加2的阶乘.加到20的阶乘
答
#include "stdio.h"
void main()
{
int sum=0;
int n=1,i;
for(i=1;i