会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
whieenz的专栏
编织未来,程就梦想!!
博客园
首页
新随笔
管理
2014年10月26日
【C++函数重载】求3个数中最大的数(分别考虑整数、双精度数、长整数的情况)。
摘要: #includeusingnamespacestd;intmain( ){intmax(int a,intb,int c); //函数声明double max(double a,doubleb,double c); //函数声明longmax(long a,longb,long c);//函数...
阅读全文
posted @ 2014-10-26 16:59 whieenz
阅读(1906)
评论(0)
推荐(0)
编辑
公告