Problem1234--阶乘

1234: 阶乘

[Creator : ]
Time Limit : 3 sec  Memory Limit : 128 MB

Description

输入一个整数n,求出n的阶乘。(有多组测试数据)

Input

输入n

Output

输出n的阶乘

Sample Input Copy

10

Sample Output Copy

3628800

Source/Category