1771: 求10000以内n的阶乘
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:34
Solved:6
Description
求10000以内n的阶乘。
Input
只有一行输入,整数n(0≤n≤10000)。
Output
一行,即n!的值。
Sample Input Copy
4
Sample Output Copy
24