Problem Q: 【递归】用递归函数求x!
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:93
Solved:44
Description
例6.17 用递归函数求x!
Input
一个正整数x,0≤x≤20。
Output
x!的值。
Sample Input Copy
5
Sample Output Copy
120