问题 填空题

下列程序段的输出结果是
cout < < fixed < < 509.123456789 < < endl;

答案

参考答案:123457

解析: fixed的意义是在小数点后保留6位,所以 fixed输出为509.123457。

填空题
单项选择题