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

正确

B

错误

提交0次 正确率0.00%
答案解析