第20022题 判断题
判断给定C++代码执行后变量pos的值是否为4
string str="chenADai";
int pos = str.find('D');
--pos&11;
A

正确

B

错误

程序运行统计
暂无判题统计