Problem2139--Factorial

2139: Factorial

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 57  Solved: 25
[Submit] [Status] [Web Board] [Creator:]

Description

Use the function to find the factorial of n(use recursion)

Input

Given a positive integer

Output

a positive integer representing the factorial result

Sample Input Copy

2

Sample Output Copy

2

Source/Category

185