575780_0_0_10761.cpp
575780_0_0_10761.cpp(15) : error C2679: 二进制“>>” : 没有找到接受“anything”类型的右操作数的运算符(或没有可接受的转换)
575780_0_0_10761.cpp(16) : error C2679: 二进制“>>” : 没有找到接受“anything”类型的右操作数的运算符(或没有可接受的转换)
575780_0_0_10761.cpp(17) : error C2296: “*” : 非法,左操作数包含“int [1000]”类型
575780_0_0_10761.cpp(21) : error C2446: “<” : 没有从“double”到“double *”的转换
没有使该转换得以执行的上下文
575780_0_0_10761.cpp(21) : error C2440: “<” : 无法从“double”转换为“double [1000]”
575780_0_0_10761.cpp(22) : error C2440: “=” : 无法从“int [1000]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
575780_0_0_10761.cpp(22) : error C2440: “=” : 无法从“int”转换为“int [1000]”
没有转换为数组类型,但有转换为数组的引用或指针
575780_0_0_10761.cpp(23) : error C2440: “=” : 无法从“int [1000]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
575780_0_0_10761.cpp(23) : error C2440: “=” : 无法从“int”转换为“int [1000]”
没有转换为数组类型,但有转换为数组的引用或指针
575780_0_0_10761.cpp(24) : error C2440: “=” : 无法从“double [1000]”转换为“double”
没有使该转换得以执行的上下文
575780_0_0_10761.cpp(24) : error C2440: “=” : 无法从“double”转换为“double [1000]”
没有转换为数组类型,但有转换为数组的引用或指针
575780_0_0_10761.cpp(32) : error C2446: “>=” : 没有从“int *”到“int”的转换
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
575780_0_0_10761.cpp(32) : error C2040: “>=” : “int”与“int [1000]”的间接寻址级别不同
575780_0_0_10761.cpp(33) : error C2297: “+=” : 非法,右操作数包含“int [1000]”类型
575780_0_0_10761.cpp(33) : error C2440: “+=” : 无法从“int [1000]”转换为“double”
575780_0_0_10761.cpp(34) : error C2297: “-=” : 非法,右操作数包含“int [1000]”类型
575780_0_0_10761.cpp(34) : error C2040: “-=” : “int”与“int [1000]”的间接寻址级别不同
575780_0_0_10761.cpp(37) : error C2297: “*” : 非法,右操作数包含“double [1000]”类型
|