时间:2012-10-01 18:09:23
int f(int x)
{ int y;
if(x==0||x==1) return(3);
y=x?*x-f(x-2);
return y;&
电脑版 | 手机版 | 返回顶部