#1999. 求N!的值(递归)
求N!的值(递归)
Cannot parse: Cannot read properties of null (reading 'length')
求N!的值(递归)
题目描述
【问题描述】
用递归算法,求N!的精确值(N以一般整数输入)
【样列输入】
10
【样列输出】
10!=3628800
Cannot parse: Cannot read properties of null (reading 'length')
【问题描述】
用递归算法,求N!的精确值(N以一般整数输入)
【样列输入】
10
【样列输出】
10!=3628800