C++引用报错:invalid initialization of non-const reference of type ‘std::string&’ from an rvalue of type

一、 invalid initialization of non-const reference of type ‘std::string&’ from an rvalue of type ‘std::string’ #include<iostream> #include<string> using std::cout; using std::string; using std::endl; vo
相关文章
相关标签/搜索