func函数如下,则func(10)的返回值为()
发布于 2022-03-03 16:48:07
代码段
int func(int x) { return 2 == x ? 1 : x + func(x - 2) }
则func(10)的返回值为()
登录后免费查看答案
关注者
0
被浏览
56