Problem4321--n的阶乘

4321: n的阶乘

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 4  Solved: 3
[Status] [Submit] [Creator:]

Description

求n的阶乘  


例如 5!=5*4*3*2*1

Input

一个整数n  n<=100

Output

一个大整数 表示n的阶乘

Sample Input Copy

10

Sample Output Copy

3628800

Source/Category