5free

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

转自:https://blog.csdn.net/zfjBIT/article/details/93972484

 

#include <iomanip>

 

std::cout << std::setiosflags(std::ios::fixed) << std::setiosflags(std::ios::right) << std::setprecision(3);

 

效果

 

posted on 2022-10-31 17:23  5free  阅读(102)  评论(0编辑  收藏  举报