应用题
#include < iostream, h > void main( ) { string strl (" we are here" ); cout << strl << endl; }
【正确答案】
string str1 没有加头文件<string>
【答案解析】
提交答案
关闭