第22435题 判断
判断如下C++代码输入"chen a dai"时输出是否为"chen"
string str;
cin >> str;
cout << str;
A

B

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