#1977. 函数求阶乘和

函数求阶乘和

Description

编写代码,求阶乘和(1!+2!+3!+……+n!),并将结果作为函数值返回。

Input Format

n(n<=10)

Output Format

1!+2!+3!+……+n!
4
33

Source

未分类