0_0_8474145_11230.cpp
0_0_8474145_11230.cpp(20) : error C2440: “类型转换” : 无法从“int [1001]”转换为“double”
没有使该转换得以执行的上下文
0_0_8474145_11230.cpp(25) : error C2446: “>” : 没有从“double *”到“double”的转换
没有使该转换得以执行的上下文
0_0_8474145_11230.cpp(25) : error C2440: “>” : 无法从“double [1001]”转换为“double”
0_0_8474145_11230.cpp(27) : error C2440: “=” : 无法从“double [1001]”转换为“double”
没有使该转换得以执行的上下文
0_0_8474145_11230.cpp(28) : error C2440: “=” : 无法从“double”转换为“double [1001]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_8474145_11230.cpp(30) : error C2440: “=” : 无法从“int [1001]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_8474145_11230.cpp(31) : error C2440: “=” : 无法从“int”转换为“int [1001]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_8474145_11230.cpp(33) : error C2440: “=” : 无法从“int [1001]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_8474145_11230.cpp(34) : error C2440: “=” : 无法从“int”转换为“int [1001]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_8474145_11230.cpp(40) : error C2446: “>” : 没有从“int *”到“int”的转换
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_8474145_11230.cpp(40) : error C2040: “>” : “int”与“int [1001]”的间接寻址级别不同
0_0_8474145_11230.cpp(42) : error C2111: “+” : 指针加法要求整型操作数
0_0_8474145_11230.cpp(43) : error C2113: “-” : 指针只能从另一个指针上进行减法运算
0_0_8474145_11230.cpp(47) : error C2296: “*” : 非法,左操作数包含“double [1001]”类型
|