第23219题 判断题
判断下列C++程序的输出是否为3
string str = "CHADai";
size_t pos = str.find('D');
cout << pos << endl;
A

正确

B

错误

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