609124_0_0_9251.cpp
609124_0_0_9251.cpp(11) : error C2297: “+=” : 非法,右操作数包含“int [101]”类型
609124_0_0_9251.cpp(11) : error C2040: “+=” : “int”与“int [101]”的间接寻址级别不同
609124_0_0_9251.cpp(14) : error C2440: “=” : 无法从“int”转换为“int [10001]”
没有转换为数组类型,但有转换为数组的引用或指针
609124_0_0_9251.cpp(19) : error C2665: “abs” : 5 个重载中没有一个可以转换参数 1(从“int *”类型)
VC\include\math.h(182): 可能是“int abs(int)”
VC\include\math.h(528): 或 “long abs(long)”
VC\include\math.h(530): 或 “double abs(double)”
VC\include\math.h(536): 或 “float abs(float)”
VC\include\math.h(584): 或 “long double abs(long double)”
试图匹配参数列表“(int *)”时
609124_0_0_9251.cpp(24) : error C2113: “-” : 指针只能从另一个指针上进行减法运算
|