会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Nothing is impossible for a willing heart!
博客园
首页
新随笔
联系
管理
订阅
2015年10月14日
问题
摘要: #includeusingnamespacestd;intadd(intn){intcount=0,a;while(n!=0){a=n%10;count+=a;n=n/10;}cout>n;cout<<"该整数各位的和为"<<endl;add(n);}return0;}为什么不可以在主函数输出cou...
阅读全文
posted @ 2015-10-14 20:24 Wei_java
阅读(105)
评论(0)
推荐(0)
编辑