PROGRAMMING:Simple factorial problem
This problem requires the preparation of procedures to calculate the factorial of $$n $.
###Input format:
Enter to give a positive integer, $$n, $, on a line that does not exceed $$12 $.
###Output format:
Output the value of the factorial on one line.
###Input example:
```in
four
```
###Output example:
```out
twenty-four
```
answer:If there is no answer, please comment
###Input format:
Enter to give a positive integer, $$n, $, on a line that does not exceed $$12 $.
###Output format:
Output the value of the factorial on one line.
###Input example:
```in
four
```
###Output example:
```out
twenty-four
```
answer:If there is no answer, please comment