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

PROGRAMMING:Simple factorial problem

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