1395 - 求n!的值
Time Limit : 1 秒
Memory Limit : 128 MB
用高精度方法,求n!的精确值
Input
一个n的值,n<=1000
Output
输出n的阶乘值
Examples
Input
10
Output
3628800