#4040. noc模拟卷九01python

noc模拟卷九01python

题目:利用递归方法求5!。

1.程序分析: 递归公式: fn=fn1*4!

输入样例

输出样例


0! = 1
1! = 1
2! = 2
3! = 6
4! = 24

进程已结束,退出代码0

Limitation

1s, 1024KiB for each test case.