0_0_1254012_12709.c
0_0_1254012_12709.c(21) : error C2440: “类型转换” : 无法从“int [1001]”转换为“double”
0_0_1254012_12709.c(21) : error C2297: “/” : 非法,右操作数包含“int [1001]”类型
0_0_1254012_12709.c(26) : error C2440: “>” : 无法从“double [1001]”转换为“double”
0_0_1254012_12709.c(28) : error C2440: “=” : 无法从“double *”转换为“double”
0_0_1254012_12709.c(29) : error C2440: “=” : 无法从“double”转换为“double [1001]”
0_0_1254012_12709.c(32) : error C2106: “=” : 左操作数必须为 l 值
0_0_1254012_12709.c(35) : error C2106: “=” : 左操作数必须为 l 值
0_0_1254012_12709.c(43) : error C2111: “+” : 指针加法要求整型操作数
0_0_1254012_12709.c(44) : error C2113: “-” : 指针只能从另一个指针上进行减法运算
0_0_1254012_12709.c(48) : error C2296: “*” : 非法,左操作数包含“double [1001]”类型
|