时间:2012-10-01 18:10:21
(34)有以下程序
int fun(int n)
{if(n==1)return 1;
else
return(n+fun(n-1));
}&nb
电脑版 | 手机版 | 返回顶部