第20184题 判断题
判断给定C++代码执行后是否输出"China"
string a = "china";
a.replace(0, 1, "C");
cout << a << endl;
A

正确

B

错误

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析