#Z0210. 求n的阶

求n的阶

输出一个数n,求n的阶。

请使用递归完成。

5! = 5*4*3*2*1 = 120

样例输入1

5

样例输出1

120

样例输入2

6

样例输出2

720

Statistics

Related

In following contests:

20240118

In following homework:

周周【周六9:00】5月17日 递归