0_0_34615995_9194.cpp
0_0_34615995_9194.cpp(7) : error C2678: 二进制“<<”: 没有找到接受“std::istream”类型的左操作数的运算符(或没有可接受的转换)
可能是“内置 C++ operator<<(bool, int)”
尝试匹配参数列表“(std::istream, int)”时
0_0_34615995_9194.cpp(8) : error C2678: 二进制“>>”: 没有找到接受“std::ostream”类型的左操作数的运算符(或没有可接受的转换)
可能是“内置 C++ operator>>(bool, int)”
尝试匹配参数列表“(std::ostream, int)”时
0_0_34615995_9194.cpp(8) : error C2065: “endl”: 未声明的标识符
|