Guest
Login
跳过导航链接

Compile Error:

  
(9) : error C2065: “vector”: 未声明的标识符
(9) : error C2275: “std::string”: 将此类型用作表达式非法
        VC8\include\xstring(2090) : 参见“std::string”的声明
(9) : error C2065: “students”: 未声明的标识符
(22) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
(22) : error C2228: “.begin”的左边必须有类/结构/联合
        类型是“'unknown-type'”
(22) : error C2228: “.end”的左边必须有类/结构/联合
        类型是“'unknown-type'”
(22) : error C2780: “_FwdIt std::lower_bound(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 3 个
        VC8\include\algorithm(2039) : 参见“std::lower_bound”的声明
(23) : error C2228: “.end”的左边必须有类/结构/联合
        类型是“'unknown-type'”
(23) : error C2100: 非法的间接寻址
(23) : error C2784: “bool std::operator !=(const std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)”: 无法从“int”为“const std::basic_string<_Elem,_Traits,_Alloc> &”推导 模板 参数
        VC8\include\string(121) : 参见“std::operator !=”的声明
(23) : error C2784: “bool std::operator !=(const _Elem *,const std::basic_string<_Elem,_Traits,_Alloc> &)”: 无法从“int”为“const _Elem *”推导 模板 参数
        VC8\include\string(111) : 参见“std::operator !=”的声明
(23) : error C2784: “bool std::operator !=(const std::basic_string<_Elem,_Traits,_Alloc> &,const std::basic_string<_Elem,_Traits,_Alloc> &)”: 无法从“int”为“const std::basic_string<_Elem,_Traits,_Alloc> &”推导 模板 参数
        VC8\include\string(101) : 参见“std::operator !=”的声明
(23) : error C2784: “bool std::operator !=(const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &,const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &)”: 无法从“int”为“const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &”推导 模板 参数
        VC8\include\iterator(277) : 参见“std::operator !=”的声明
(23) : error C2784: “bool std::operator !=(const std::allocator<_Ty> &,const std::allocator<_Other> &) throw()”: 无法从“int”为“const std::allocator<_Ty> &”推导 模板 参数
        VC8\include\xmemory(181) : 参见“std::operator !=”的声明
(23) : error C2784: “bool std::operator !=(const std::istreambuf_iterator<_Elem,_Traits> &,const std::istreambuf_iterator<_Elem,_Traits> &)”: 无法从“int”为“const std::istreambuf_iterator<_Elem,_Traits> &”推导 模板 参数
        VC8\include\xutility(2152) : 参见“std::operator !=”的声明
(23) : error C2784: “bool std::operator !=(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt2> &)”: 无法从“int”为“const std::reverse_iterator<_RanIt> &”推导 模板 参数
        VC8\include\xutility(1834) : 参见“std::operator !=”的声明
(23) : error C2784: “bool std::operator !=(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)”: 无法从“int”为“const std::pair<_Ty1,_Ty2> &”推导 模板 参数
        VC8\include\utility(68) : 参见“std::operator !=”的声明
(23) : error C2677: 二进制“!=”: 没有找到接受“std::string”类型的全局运算符(或没有可接受的转换)
(24) : error C2228: “.insert”的左边必须有类/结构/联合
        类型是“'unknown-type'”

  

Zhe Jiang University Of Technology Online Programming Space Beta1.3
Designed & Developped By Jin Qiwei
Refactored By cb@zjut.edu.cn , QQ Group: 723311416  All Copyright Reserved 2006-
791