0_0_23204453_2372.cpp
0_0_23204453_2372.cpp(38) : error C2059: 语法错误:“{”
0_0_23204453_2372.cpp(38) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_23204453_2372.cpp(45) : error C2059: 语法错误:“else”
0_0_23204453_2372.cpp(45) : error C2238: 意外的标记位于“;”之前
0_0_23204453_2372.cpp(46) : error C2143: 语法错误 : 缺少“;”(在“++”的前面)
0_0_23204453_2372.cpp(46) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23204453_2372.cpp(46) : error C2238: 意外的标记位于“;”之前
0_0_23204453_2372.cpp(48) : error C2143: 语法错误 : 缺少“;”(在“->”的前面)
0_0_23204453_2372.cpp(49) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23204453_2372.cpp(49) : error C2819: “stud”类型没有重载成员“operator ->”
0_0_23204453_2372.cpp(34) : 参见“stud”的声明
是否改用“.”?
0_0_23204453_2372.cpp(49) : error C2232: “->stud::num”: 左操作数有“struct”类型,使用“.”
0_0_23204453_2372.cpp(49) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(4101) : 参见“std::max”的声明
0_0_23204453_2372.cpp(49) : error C2780: “_Ty std::max(std::initializer_list<_Elem>)”: 应输入 1 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(4092) : 参见“std::max”的声明
0_0_23204453_2372.cpp(50) : error C2059: 语法错误:“}”
0_0_23204453_2372.cpp(50) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_23204453_2372.cpp(53) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_23204453_2372.cpp(53) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_23204453_2372.cpp(68) : error C2065: “root”: 未声明的标识符
0_0_23204453_2372.cpp(69) : error C2065: “root”: 未声明的标识符
0_0_23204453_2372.cpp(69) : error C2065: “next1”: 未声明的标识符
0_0_23204453_2372.cpp(70) : error C2065: “root”: 未声明的标识符
0_0_23204453_2372.cpp(70) : error C2227: “->num”的左边必须指向类/结构/联合/泛型类型
类型是“unknown-type”
0_0_23204453_2372.cpp(77) : error C3861: “insert”: 找不到标识符
0_0_23204453_2372.cpp(80) : error C2065: “root”: 未声明的标识符
0_0_23204453_2372.cpp(80) : error C3861: “delet”: 找不到标识符
|