填空题
[程序](3分) #include
int func(int a,int b) { static int k; int result; k=k+1; if(a%b==0) result=a; else result=func(a+a/k,b); cout<
1(8)
2
,第二行是
3
(9)
4
,第三行是
5
(10)
6
。
【正确答案】
【答案解析】
提交答案
关闭