#2814. [GESP202409 三级 C++] 第 21 题
[GESP202409 三级 C++] 第 21 题
下列程序输出的是3。
string str="CHADai";
size_t pos = str.find('D');
cout<<pos<<endl;
{{ select(1) }}
- 正确
- 错误
下列程序输出的是3。
string str="CHADai";
size_t pos = str.find('D');
cout<<pos<<endl;
{{ select(1) }}