PROGRAMMING:Factorial problem
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
###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