1240: 【递归】阶乘运算
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:96
Solved:83
Description
递归练习三:请利用递归程序完成n的阶乘的运算
Input
一个整数(n<10)
Output
一个整数
Sample Input Copy
5
Sample Output Copy
120