Problem1172--求10000以内n的阶乘

1172: 求10000以内n的阶乘

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

Description

求10000以内n的阶乘。

Input

只有一行输入,整数n(0≤n≤10000)。

Output

一行,即n!的值。

Sample Input Copy

4

Sample Output Copy

24

Source/Category