题目描述 求10000以内n的阶乘。 输入格式 只有一行输入,整数n(0≤n≤10000)。 输出格式 一行,即n!的值。 样例数据 input 4 output 24 数据规模与约定 时间限制:$1 \text {s}$ 空间限制:$64 \text {MB}$