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

B

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