以下语句中,输出结果与众不同的一个是()
A:cout<<"1. "<<setfill(’ ’)<< "Hello! "<<endl;
B:cout<<"1."<<’ ’ <<"Hello! /n";
C:cout<<"1. Hello! "<<endl;
D:cout<<"1. "<<setw(7)<< "Hello! ";
出自:计算机科学