1105: n的阶乘

Memory Limit:128 MB Time Limit:0.000 S
Judge Style:Text Compare Creator:
Submit:20 Solved:3

Description

        用高精度方法,求n!的精确值。(n< =500)

Input

一行,一个整数n。

Output

一行,即n的阶乘。

Sample Input Copy

10

Sample Output Copy

3628800

HINT

各个测试点1s