Recursion

Recursion: 递归
P(n)= P(n-1)* n

原文地址:https://www.cnblogs.com/backpacker/p/2271190.html