1198: C语言8.3

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:5 Solved:3

Description

用递归的方法求出n!的值。

Input

一个正整数n,保证n不超过10。

Output

n!的值。
请注意行尾输出换行。

Sample Input Copy

5

Sample Output Copy

120

Source/Category