{ if(n==1)return 1;
< ">
时间:2012-10-01 18:41:06
else
return(n+fun(n-1));
}
main()
{ int x;
&nbs
电脑版 | 手机版 | 返回顶部