0_0_2837238_22012.cpp
0_0_2837238_22012.cpp(882) : error C2440: “初始化” : 无法从“bigint”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_2837238_22012.cpp(886) : error C2784: “bool std::operator <=(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“int”中)的模板参数
VC\include\xutility(669) : 参见“std::operator`<='”的声明
0_0_2837238_22012.cpp(886) : error C2784: “bool std::operator <=(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“int”中)的模板参数
VC\include\utility(90) : 参见“std::operator`<='”的声明
0_0_2837238_22012.cpp(886) : error C2677: 二进制“<=” : 没有找到接受“bigint”类型的全局运算符(或没有可接受的转换)
|