0_0_39839922_30472.cpp
0_0_39839922_30472.cpp(12) : error C2065: “greater”: 未声明的标识符
0_0_39839922_30472.cpp(12) : error C2062: 意外的类型“int”
0_0_39839922_30472.cpp(15) : error C3536: “it”: 初始化之前无法使用
0_0_39839922_30472.cpp(15) : error C2678: 二进制“!=”: 没有找到接受“int”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\system_error(426): 可能是“bool std::operator !=(const std::error_condition &,const std::error_code &) throw()”
VC2013\INCLUDE\system_error(419): 或 “bool std::operator !=(const std::error_code &,const std::error_condition &) throw()”
VC2013\INCLUDE\exception(522): 或 “bool std::operator !=(const std::exception_ptr &,std::nullptr_t)”
VC2013\INCLUDE\exception(517): 或 “bool std::operator !=(std::nullptr_t,const std::exception_ptr &)”
VC2013\INCLUDE\exception(512): 或 “bool std::operator !=(const std::exception_ptr &,const std::exception_ptr &)”
尝试匹配参数列表“(int, std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>)”时
0_0_39839922_30472.cpp(16) : error C3536: “it”: 初始化之前无法使用
0_0_39839922_30472.cpp(16) : error C2100: 非法的间接寻址
0_0_39839922_30472.cpp(29) : error C3861: “getline”: 找不到标识符
0_0_39839922_30472.cpp(35) : error C2079: “iss”使用未定义的 class“std::basic_istringstream<char,std::char_traits<char>,std::allocator<char>>”
0_0_39839922_30472.cpp(35) : error C2440: “初始化”: 无法从“std::string”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
|