0_0_1124769_19662.cpp
0_0_1124769_19662.cpp(16) : error C2679: 二进制“>>” : 没有找到接受“”类型的右操作数的运算符(或没有可接受的转换)
0_0_1124769_19662.cpp(20) : error C2446: “<” : 没有从“int”到“double *”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_1124769_19662.cpp(20) : error C2040: “<” : “double [51]”与“int”的间接寻址级别不同
0_0_1124769_19662.cpp(21) : error C2297: “+=” : 非法,右操作数包含“double [51]”类型
0_0_1124769_19662.cpp(21) : error C2440: “+=” : 无法从“double [51]”转换为“double”
0_0_1124769_19662.cpp(27) : error C2296: “*” : 非法,左操作数包含“double [51]”类型
0_0_1124769_19662.cpp(27) : error C2297: “*” : 非法,右操作数包含“double [51]”类型
|