-->
当前位置:首页 > 题库

PROGRAMMING:Modulus of the sum of factorials

Luz5年前 (2021-05-10)题库436
Input positive integer n, calculate s = 1+ 2!+...+ n! Where 1 < = n < = $$10 ^ 9 $$
###Input example:
For example, enter:
```in
twenty
```
###Output example:
Output:
```out
eight hundred and twenty thousand three hundred and thirteen
```







answer:If there is no answer, please comment