( 26 )有如下程序
#include
using namespace std;
int main( ){
cout$amp;cout$amp;return 0;
}
若程序的输出是:
**12.345**34.567
则程序中下划线处遗漏的操作符是
A ) setprecision(3)
B ) fixed
C ) setfill('*')
D ) setw(8)