C++学习笔记(day1)
摘要:
using namespace std; //用命名空间std C++中如果想要输出表示自己想要的位数,可以使用: cout.precision(位数); 如果想要规范小数位数,需要添加以下语句: cout.flags(cout.fixed); cout.precision(位数); 无符号数: 不 阅读全文
posted @ 2022-07-13 12:39 会飞的鱼-blog 阅读(12) 评论(0) 推荐(0)
浙公网安备 33010602011771号