Skip to content

Latest commit

 

History

History

26

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

**题目:**利用递归方法求5!。 思想,递归需要单独使用一个函数,函数尽量声明一下,递归需要有一个跳出的条件,即不能一直调用递归函数。

递归就好像两面面对着的镜子,一直反射反射,若你不将他暂停,那么将会无休无止。