0_0_3127715_22955.cpp
0_0_3127715_22955.cpp(139) : error C2668: “sqrt” : 对重载函数的调用不明确
VC\include\math.h(626): 可能是“long double sqrt(long double)”
VC\include\math.h(578): 或 “float sqrt(float)”
VC\include\math.h(200): 或 “double sqrt(double)”
试图匹配参数列表“(int)”时
0_0_3127715_22955.cpp(173) : error C2065: “devices” : 未声明的标识符
0_0_3127715_22955.cpp(173) : error C2228: “.x”的左侧必须有类/结构/联合类型
0_0_3127715_22955.cpp(173) : error C2228: “.y”的左侧必须有类/结构/联合类型
0_0_3127715_22955.cpp(173) : error C3861: “devices”: 即使使用参数相关的查找,也未找到标识符
0_0_3127715_22955.cpp(174) : error C2228: “.index”的左侧必须有类/结构/联合类型
0_0_3127715_22955.cpp(174) : error C3861: “devices”: 即使使用参数相关的查找,也未找到标识符
0_0_3127715_22955.cpp(179) : error C2065: “obstacles” : 未声明的标识符
0_0_3127715_22955.cpp(179) : error C2228: “.x”的左侧必须有类/结构/联合类型
0_0_3127715_22955.cpp(179) : error C2228: “.y”的左侧必须有类/结构/联合类型
0_0_3127715_22955.cpp(179) : error C2228: “.radius”的左侧必须有类/结构/联合类型
0_0_3127715_22955.cpp(179) : error C3861: “obstacles”: 即使使用参数相关的查找,也未找到标识符
0_0_3127715_22955.cpp(179) : error C3861: “obstacles”: 即使使用参数相关的查找,也未找到标识符
0_0_3127715_22955.cpp(180) : error C2228: “.index”的左侧必须有类/结构/联合类型
0_0_3127715_22955.cpp(180) : error C3861: “obstacles”: 即使使用参数相关的查找,也未找到标识符
0_0_3127715_22955.cpp(186) : error C3861: “devices”: 即使使用参数相关的查找,也未找到标识符
0_0_3127715_22955.cpp(198) : error C3861: “devices”: 即使使用参数相关的查找,也未找到标识符
0_0_3127715_22955.cpp(200) : error C3861: “obstacles”: 即使使用参数相关的查找,也未找到标识符
0_0_3127715_22955.cpp(256) : error C2059: 语法错误 : “return”
0_0_3127715_22955.cpp(257) : error C2059: 语法错误 : “}”
0_0_3127715_22955.cpp(257) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_3127715_22955.cpp(257) : error C2059: 语法错误 : “}”
|