0_0_21402671_2812.cpp
0_0_21402671_2812.cpp(239) : error C2011: “node”:“struct”类型重定义
0_0_21402671_2812.cpp(18) : 参见“node”的声明
0_0_21402671_2812.cpp(250) : error C2011: “Add”:“struct”类型重定义
0_0_21402671_2812.cpp(29) : 参见“Add”的声明
0_0_21402671_2812.cpp(256) : error C2086: “std::map<std::string,node,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>> e”: 重定义
with
[
_Kty=std::string
, _Ty=node
]
0_0_21402671_2812.cpp(35) : 参见“e”的声明
0_0_21402671_2812.cpp(257) : error C2086: “std::vector<node,std::allocator<_Ty>> p[5]”: 重定义
with
[
_Ty=node
]
0_0_21402671_2812.cpp(36) : 参见“p”的声明
0_0_21402671_2812.cpp(258) : error C2086: “std::vector<Add,std::allocator<_Ty>> q”: 重定义
with
[
_Ty=Add
]
0_0_21402671_2812.cpp(37) : 参见“q”的声明
0_0_21402671_2812.cpp(259) : error C2086: “std::set<node,std::less<_Kty>,std::allocator<_Ty>> sele[5]”: 重定义
with
[
_Kty=node
, _Ty=node
]
0_0_21402671_2812.cpp(38) : 参见“sele”的声明
0_0_21402671_2812.cpp(260) : error C2086: “std::string a”: 重定义
0_0_21402671_2812.cpp(39) : 参见“a”的声明
0_0_21402671_2812.cpp(260) : error C2086: “std::string c”: 重定义
0_0_21402671_2812.cpp(39) : 参见“c”的声明
0_0_21402671_2812.cpp(261) : error C2086: “int b”: 重定义
0_0_21402671_2812.cpp(40) : 参见“b”的声明
0_0_21402671_2812.cpp(261) : error C2086: “int n”: 重定义
0_0_21402671_2812.cpp(40) : 参见“n”的声明
0_0_21402671_2812.cpp(263) : error C2084: 函数“bool cmp(node,node)”已有主体
0_0_21402671_2812.cpp(41) : 参见“cmp”的前一个定义
0_0_21402671_2812.cpp(264) : error C2027: 使用了未定义类型“node”
0_0_21402671_2812.cpp(18) : 参见“node”的声明
0_0_21402671_2812.cpp(264) : error C2228: “.score”的左边必须有类/结构/联合
0_0_21402671_2812.cpp(18) : 参见“node”的声明
0_0_21402671_2812.cpp(267) : error C2084: 函数“bool cmp2(Add,Add)”已有主体
0_0_21402671_2812.cpp(45) : 参见“cmp2”的前一个定义
0_0_21402671_2812.cpp(268) : error C2027: 使用了未定义类型“Add”
0_0_21402671_2812.cpp(29) : 参见“Add”的声明
0_0_21402671_2812.cpp(268) : error C2228: “.score”的左边必须有类/结构/联合
0_0_21402671_2812.cpp(29) : 参见“Add”的声明
0_0_21402671_2812.cpp(272) : error C2084: 函数“int main(void)”已有主体
0_0_21402671_2812.cpp(50) : 参见“main”的前一个定义
0_0_21402671_2812.cpp(285) : error C2027: 使用了未定义类型“node”
0_0_21402671_2812.cpp(18) : 参见“node”的声明
0_0_21402671_2812.cpp(285) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|