Problem2174--阶乘(递归入门1)(1)

2174: 阶乘(递归入门1)(1)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

N的阶乘,即求1*2*3*......N的积,符号表示N !。

Sample Input Copy

5

Sample Output Copy

120

Source/Category

递归