0_0_1413962_19823.cpp
0_0_1413962_19823.cpp(56) : error C2666: “pow” : 7 个重载有相似的转换
VC\include\math.h(620): 可能是“long double pow(long double,int)”
VC\include\math.h(618): 或 “long double pow(long double,long double)”
VC\include\math.h(572): 或 “float pow(float,int)”
VC\include\math.h(570): 或 “float pow(float,float)”
VC\include\math.h(534): 或 “double pow(int,int)”
VC\include\math.h(532): 或 “double pow(double,int)”
VC\include\math.h(195): 或 “double pow(double,double)”
试图匹配参数列表“(int, double)”时
0_0_1413962_19823.cpp(124) : error C2666: “pow” : 7 个重载有相似的转换
VC\include\math.h(620): 可能是“long double pow(long double,int)”
VC\include\math.h(618): 或 “long double pow(long double,long double)”
VC\include\math.h(572): 或 “float pow(float,int)”
VC\include\math.h(570): 或 “float pow(float,float)”
VC\include\math.h(534): 或 “double pow(int,int)”
VC\include\math.h(532): 或 “double pow(double,int)”
VC\include\math.h(195): 或 “double pow(double,double)”
试图匹配参数列表“(int, double)”时
0_0_1413962_19823.cpp(263) : error C2784: “bool std::operator !=(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)” : 未能推导出“const std::vector<_Ty,_Ax> &”(从“'unknown-type'”中)的模板参数
VC\include\vector(908) : 参见“std::operator`!='”的声明
0_0_1413962_19823.cpp(263) : error C2784: “bool std::operator !=(const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &,const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &)” : 未能推导出“const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &”(从“'unknown-type'”中)的模板参数
VC\include\iterator(231) : 参见“std::operator`!='”的声明
0_0_1413962_19823.cpp(263) : error C2784: “bool std::operator !=(const std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)” : 未能推导出“const std::basic_string<_Elem,_Traits,_Ax> &”(从“'unknown-type'”中)的模板参数
VC\include\string(118) : 参见“std::operator`!='”的声明
0_0_1413962_19823.cpp(263) : error C2784: “bool std::operator !=(const _Elem *,const std::basic_string<_Elem,_Traits,_Alloc> &)” : 未能推导出“const T1 *”(从“'unknown-type'”中)的模板参数
VC\include\string(108) : 参见“std::operator`!='”的声明
0_0_1413962_19823.cpp(263) : error C2784: “bool std::operator !=(const std::basic_string<_Elem,_Traits,_Alloc> &,const std::basic_string<_Elem,_Traits,_Alloc> &)” : 未能推导出“const std::basic_string<_Elem,_Traits,_Ax> &”(从“'unknown-type'”中)的模板参数
VC\include\string(98) : 参见“std::operator`!='”的声明
0_0_1413962_19823.cpp(263) : error C2784: “bool std::operator !=(const std::allocator<_Ty> &,const std::allocator<_Other> &)” : 未能推导出“const std::allocator<_Ty> &”(从“'unknown-type'”中)的模板参数
VC\include\xmemory(172) : 参见“std::operator`!='”的声明
0_0_1413962_19823.cpp(263) : error C2784: “bool std::operator !=(const std::istreambuf_iterator<_Elem,_Traits> &,const std::istreambuf_iterator<_Elem,_Traits> &)” : 未能推导出“const std::istreambuf_iterator<_Elem,_Traits> &”(从“'unknown-type'”中)的模板参数
VC\include\xutility(949) : 参见“std::operator`!='”的声明
0_0_1413962_19823.cpp(263) : error C2784: “bool std::operator !=(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“'unknown-type'”中)的模板参数
VC\include\xutility(648) : 参见“std::operator`!='”的声明
0_0_1413962_19823.cpp(263) : error C2784: “bool std::operator !=(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“'unknown-type'”中)的模板参数
VC\include\utility(65) : 参见“std::operator`!='”的声明
0_0_1413962_19823.cpp(263) : error C3861: “find”: 即使使用参数相关的查找,也未找到标识符
0_0_1413962_19823.cpp(335) : error C3861: “sort”: 即使使用参数相关的查找,也未找到标识符
|