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