Problem2708--求10000以内n的阶乘

2708: 求10000以内n的阶乘

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

Description

求10000以内n的阶乘。

Input

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

Output

一行,即n!的值。

Sample Input Copy

4

Sample Output Copy

24

Source/Category