填空题

下列程序的执行结果为【15】。
#include
void main( )
{
cout.fill( ’ * ’ );
cout.width(10);
cout<<"hello"< }

【参考答案】

【15】* * * * * hello