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

PROGRAMMING:Factorial problem

Luz5年前 (2021-05-10)题库420
Input a positive integer n, output n!.
###Input format:
The input gives a positive integer n in one line.
###Output format:
Output n in one line! The value of.
###Input example:
```in
four
```
###Output example:
```out
twenty-four
```







answer:If there is no answer, please comment