判断题

执行下面C++代码后将输出"China"。( )

string a ="china"

a.replace(0,1,"C")

cout<<a<<endl;

A 正确
B 错误
赣ICP备20007335号-2