0_0_38923649_18430.cpp
0_0_38923649_18430.cpp(12) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_38923649_18430.cpp(12) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38923649_18430.cpp(16) : error C2146: 语法错误: 缺少“;”(在标识符“a”的前面)
0_0_38923649_18430.cpp(16) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38923649_18430.cpp(27) : error C2228: “.first”的左边必须有类/结构/联合
类型是“int”
0_0_38923649_18430.cpp(28) : error C2228: “.second”的左边必须有类/结构/联合
类型是“int”
0_0_38923649_18430.cpp(29) : error C2228: “.first”的左边必须有类/结构/联合
类型是“int”
0_0_38923649_18430.cpp(30) : error C2228: “.first”的左边必须有类/结构/联合
类型是“int”
0_0_38923649_18430.cpp(30) : error C2228: “.second”的左边必须有类/结构/联合
类型是“int”
0_0_38923649_18430.cpp(32) : error C2039: “sort”: 不是“std”的成员
0_0_38923649_18430.cpp(32) : error C3861: “sort”: 找不到标识符
0_0_38923649_18430.cpp(34) : error C2228: “.second”的左边必须有类/结构/联合
类型是“int”
0_0_38923649_18430.cpp(34) : error C3861: “max”: 找不到标识符
|