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

PROGRAMMING:Summation of factorial sequence expression with sign change

Luz5年前 (2021-05-10)题库482
This problem requires the preparation of procedures, calculation sequence 1- 2!+ 3!- 4!+ The sum of the first n terms of.
###Input format:
The input gives a positive integer n of no more than 12 on a line.
###Output format:
Output integer results on one line.
###Input example:
```in
five
```
###Output example:
```out
one hundred and one
```







answer:If there is no answer, please comment