会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
白夜just
2021年3月28日
<iomanip>
摘要: setw() setfill() fixed setprecision() cout<<setprecision(n)<<num; //输出n位数字 cout<<fixed<<setprecision(n)<<num; //输出小数点后n位 cout<<setw(n)<<num; //右对齐,长度为
阅读全文
posted @ 2021-03-28 16:13 白夜just
阅读(68)
评论(0)
推荐(0)
编辑
2021年3月27日
sort()函数
摘要: 头文件<algorithm> 对结构体排序 struct node { string name; string phone; int birth; } a[15]; bool cmp(node x,node y) { return x.birth<y.birth ; //从大到小 } ......
阅读全文
posted @ 2021-03-27 16:25 白夜just
阅读(70)
评论(0)
推荐(0)
编辑
公告
导航
博客园
首页
新随笔
联系
订阅
管理