PROGRAMMING:Recursive factorial
Input a positive integer n value (n does not exceed 20), programming output n( N). Please define the integer in the program as long long type. Define a recursive function to compute factorial.
###Input example:
```in
five
```
###Output example:
```out
one hundred and twenty
```
answer:If there is no answer, please comment
###Input example:
```in
five
```
###Output example:
```out
one hundred and twenty
```
answer:If there is no answer, please comment