单项选择题

对于语句cout < < setfill(''*'') < < setw(10) < < 1 < < setfill(''*'') < < setw(2) < < 2;的输出结果是 ( )。

A.编译时将发生错误
B.编译时正确但是运行时出错
C.输出为0
D.输出为null