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

PROGRAMMING:Recursive factorial

Luz5年前 (2021-05-10)题库333
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