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

PROGRAMMING:Seeking factorial

Luz5年前 (2021-05-10)题库383
This topic requires reading in any non negative integer n and outputting the factorial of n.
###Input format:
Enter any integer n.
###Output format:
Outputs the value of the factorial of n.
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out
one hundred and twenty
```







answer:If there is no answer, please comment