0_0_20156578_3721.cpp
0_0_20156578_3721.cpp(12) : error C2678: 二进制“<<”: 没有找到接受“std::istream”类型的左操作数的运算符(或没有可接受的转换)
可能是“内置 C++ operator<<(bool, int)”
尝试匹配参数列表“(std::istream, int)”时
0_0_20156578_3721.cpp(13) : error C2057: 应输入常量表达式
0_0_20156578_3721.cpp(13) : error C2466: 不能分配常量大小为 0 的数组
0_0_20156578_3721.cpp(13) : error C2133: “p”: 未知的大小
0_0_20156578_3721.cpp(15) : error C2678: 二进制“<<”: 没有找到接受“std::istream”类型的左操作数的运算符(或没有可接受的转换)
可能是“内置 C++ operator<<(bool, int)”
尝试匹配参数列表“(std::istream, int)”时
0_0_20156578_3721.cpp(16) : error C2057: 应输入常量表达式
0_0_20156578_3721.cpp(16) : error C2466: 不能分配常量大小为 0 的数组
0_0_20156578_3721.cpp(16) : error C2087: “arr”: 缺少下标
0_0_20156578_3721.cpp(16) : error C2133: “arr”: 未知的大小
0_0_20156578_3721.cpp(19) : error C2678: 二进制“<<”: 没有找到接受“std::istream”类型的左操作数的运算符(或没有可接受的转换)
可能是“内置 C++ operator<<(bool, int)”
尝试匹配参数列表“(std::istream, int)”时
0_0_20156578_3721.cpp(22) : error C2664: “int is(int **,int,int)”: 无法将参数 1 从“int [][1]”转换为“int **”
与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_20156578_3721.cpp(25) : error C2678: 二进制“>>”: 没有找到接受“std::ostream”类型的左操作数的运算符(或没有可接受的转换)
可能是“内置 C++ operator>>(bool, int)”
尝试匹配参数列表“(std::ostream, int)”时
0_0_20156578_3721.cpp(30) : error C2087: “a”: 缺少下标
0_0_20156578_3721.cpp(38) : error C2660: “ishuiwen”: 函数不接受 3 个参数
0_0_20156578_3721.cpp(43) : error C2660: “ishuiwen”: 函数不接受 3 个参数
|