0_0_39658192_6713.cpp
0_0_39658192_6713.cpp(38) : error C2678: 二进制“<<”: 没有找到接受“std::istream”类型的左操作数的运算符(或没有可接受的转换)
可能是“内置 C++ operator<<(bool, char)”
尝试匹配参数列表“(std::istream, char)”时
0_0_39658192_6713.cpp(39) : error C2440: “初始化”: 无法从“char”转换为“std::basic_string<char,std::char_traits<char>,std::allocator<char>>”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_39658192_6713.cpp(41) : error C2039: “end2”: 不是“std”的成员
0_0_39658192_6713.cpp(41) : error C2065: “end2”: 未声明的标识符
|