2612: C语言程序设计教程(第三版)课后习题6.4
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:4
Solved:2
Description
求Sn=1!+2!+3!+4!+5!+…+n!之值,其中n是一个数字。
Input
n
Output
和
Sample Input Copy
5
Sample Output Copy
153