0_0_39759195_22686.cpp
0_0_39759195_22686.cpp(22) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_39759195_22686.cpp(22) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39759195_22686.cpp(22) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_39759195_22686.cpp(22) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_39759195_22686.cpp(54) : error C2065: “unordered_map”: 未声明的标识符
0_0_39759195_22686.cpp(54) : error C2275: “std::string”: 将此类型用作表达式非法
VC2013\INCLUDE\xstring(2643) : 参见“std::string”的声明
0_0_39759195_22686.cpp(54) : error C2062: 意外的类型“int”
0_0_39759195_22686.cpp(55) : error C2065: “queue”: 未声明的标识符
0_0_39759195_22686.cpp(55) : error C2275: “std::string”: 将此类型用作表达式非法
VC2013\INCLUDE\xstring(2643) : 参见“std::string”的声明
0_0_39759195_22686.cpp(55) : error C2065: “Q”: 未声明的标识符
0_0_39759195_22686.cpp(58) : error C2065: “Q”: 未声明的标识符
0_0_39759195_22686.cpp(58) : error C2228: “.push”的左边必须有类/结构/联合
0_0_39759195_22686.cpp(60) : error C2065: “mp”: 未声明的标识符
0_0_39759195_22686.cpp(62) : error C2065: “Q”: 未声明的标识符
0_0_39759195_22686.cpp(62) : error C2228: “.empty”的左边必须有类/结构/联合
0_0_39759195_22686.cpp(62) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|