执行函数后. i的值为()
发布于 2022-03-03 16:47:40
int f(int x){ return ((x>2) ? x*f(x-1) : 3) } int i i=f(f(2))
执行如上函数后. i的值为()
登录后免费查看答案
关注者
0
被浏览
27