求Sn=1!+2!+3!+4!+5!+…+n!之值,其中n是一个数字(n不超过20)。
Sn的值
5
153
include<stdio.h>
int main()
{
char x = "Hellow,world!";
printf("%s",x);
return 0;
}