Problem1477--函数-阶乘和

1477: 函数-阶乘和

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 445  Solved: 392
[Status] [Submit] [Creator:]

Description

输入n,求1!+2!+3!+......+n!
说明:n的阶乘n!是指1*2*3*……*n。

Input

输入仅一个数n(n<=10)

Output

输出仅一个数,为阶乘和的结果。

Sample Input Copy

5

Sample Output Copy

153

Source/Category

 提高C