0_0_13936551_27598.cpp
0_0_13936551_27598.cpp(43) : error C3861: “__typeof”: 找不到标识符
0_0_13936551_27598.cpp(43) : error C2146: 语法错误: 缺少“;”(在标识符“i”的前面)
0_0_13936551_27598.cpp(43) : error C2440: “=”: 无法从“std::_Vector_iterator<std::_Vector_val<std::_Simple_types<node>>>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_13936551_27598.cpp(43) : 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<node>>>)”时
0_0_13936551_27598.cpp(43) : error C2146: 语法错误: 缺少“)”(在标识符“i”的前面)
0_0_13936551_27598.cpp(43) : error C2059: 语法错误:“;”
0_0_13936551_27598.cpp(43) : error C2059: 语法错误:“)”
0_0_13936551_27598.cpp(45) : error C2143: 语法错误 : 缺少“}”(在“if”的前面)
0_0_13936551_27598.cpp(45) : error C2064: 项不会计算为接受 1 个参数的函数
0_0_13936551_27598.cpp(45) : error C2143: 语法错误 : 缺少“;”(在“if”的前面)
0_0_13936551_27598.cpp(45) : error C2227: “->v”的左边必须指向类/结构/联合/泛型类型
类型是“int”
0_0_13936551_27598.cpp(47) : error C2227: “->u”的左边必须指向类/结构/联合/泛型类型
类型是“int”
0_0_13936551_27598.cpp(47) : error C2227: “->v”的左边必须指向类/结构/联合/泛型类型
类型是“int”
0_0_13936551_27598.cpp(48) : error C2227: “->s”的左边必须指向类/结构/联合/泛型类型
类型是“int”
0_0_13936551_27598.cpp(59) : error C2065: “flag”: 未声明的标识符
0_0_13936551_27598.cpp(60) : error C2043: 非法 break
0_0_13936551_27598.cpp(62) : error C2059: 语法错误:“return”
0_0_13936551_27598.cpp(63) : error C2059: 语法错误:“}”
0_0_13936551_27598.cpp(63) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_13936551_27598.cpp(66) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_13936551_27598.cpp(66) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
|