填空题

阅读下面的程序:
#include<iomanip.h>
void main()

cout.fill(’!’);
cout<<setiosflags(ioS::left)< cout<<setw(6)<<1024<<endl;

写出该程序的输出结果: 【11】

【参考答案】

400!!!