0_0_11442629_29246.cpp
0_0_11442629_29246.cpp(52) : error C3861: “typeof”: 即使使用参数相关的查找,也未找到标识符
0_0_11442629_29246.cpp(52) : error C2146: 语法错误 : 缺少“;”(在标识符“x”的前面)
0_0_11442629_29246.cpp(52) : error C2440: “=” : 无法从“std::vector<_Ty>::iterator”转换为“int”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_11442629_29246.cpp(52) : error C2784: “bool std::operator !=(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)” : 未能推导出“const std::vector<_Ty,_Ax> &”(从“int”中)的模板参数
VC\include\vector(908) : 参见“std::operator`!='”的声明
0_0_11442629_29246.cpp(52) : error C2784: “bool std::operator !=(const std::allocator<_Ty> &,const std::allocator<_Other> &)” : 未能推导出“const std::allocator<_Ty> &”(从“int”中)的模板参数
VC\include\xmemory(172) : 参见“std::operator`!='”的声明
0_0_11442629_29246.cpp(52) : 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> &”(从“int”中)的模板参数
VC\include\iterator(231) : 参见“std::operator`!='”的声明
0_0_11442629_29246.cpp(52) : error C2784: “bool std::operator !=(const std::istreambuf_iterator<_Elem,_Traits> &,const std::istreambuf_iterator<_Elem,_Traits> &)” : 未能推导出“const std::istreambuf_iterator<_Elem,_Traits> &”(从“int”中)的模板参数
VC\include\xutility(949) : 参见“std::operator`!='”的声明
0_0_11442629_29246.cpp(52) : error C2784: “bool std::operator !=(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“int”中)的模板参数
VC\include\xutility(648) : 参见“std::operator`!='”的声明
0_0_11442629_29246.cpp(52) : error C2784: “bool std::operator !=(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“int”中)的模板参数
VC\include\utility(65) : 参见“std::operator`!='”的声明
0_0_11442629_29246.cpp(52) : error C2677: 二进制“!=” : 没有找到接受“std::vector<_Ty>::iterator”类型的全局运算符(或没有可接受的转换)
with
[
_Ty=int
]
0_0_11442629_29246.cpp(52) : error C2143: 语法错误 : 缺少“)”(在“++”的前面)
0_0_11442629_29246.cpp(52) : error C2059: 语法错误 : “;”
0_0_11442629_29246.cpp(52) : error C2059: 语法错误 : “)”
0_0_11442629_29246.cpp(52) : error C2146: 语法错误 : 缺少“;”(在标识符“f”的前面)
0_0_11442629_29246.cpp(52) : error C2100: 非法的间接寻址
0_0_11442629_29246.cpp(52) : error C2100: 非法的间接寻址
0_0_11442629_29246.cpp(52) : error C2100: 非法的间接寻址
0_0_11442629_29246.cpp(52) : error C2100: 非法的间接寻址
0_0_11442629_29246.cpp(56) : error C3861: “log2”: 即使使用参数相关的查找,也未找到标识符
0_0_11442629_29246.cpp(56) : 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)”时
|