单选题
有如下程序:
#include <iostream>
using namespace std;
int main()
cout.fill('*');
cout.width(5);
cout<<scientific<<314.15926535<<endl;
return 0;
程序运行后,输出的结果是( )。
A.3.141593e+002 B.3.1416e+002 C.**3.14e+002 D.314.16
A
B
C
D
【正确答案】
A
【答案解析】
提交答案
关闭