#1976. 函数求阶乘

函数求阶乘

Description

编写代码,求n!(n<=10),并将结果作为函数值返回

Input Format

输入n(n<=10)值

Output Format

n!的值
5
120

Source

未分类