0_0_11111703_25581.cpp
0_0_11111703_25581.cpp(4) : error C2146: 语法错误 : 缺少“;”(在标识符“std”的前面)
0_0_11111703_25581.cpp(4) : error C2501: “usingnamespace” : 缺少存储类或类型说明符
0_0_11111703_25581.cpp(4) : error C2501: “std” : 缺少存储类或类型说明符
0_0_11111703_25581.cpp(4) : error C2086: “std” : 重定义
0_0_11111703_25581.cpp(20) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_11111703_25581.cpp(20) : error C2433: “booloperator” : 不允许在数据声明中使用“friend”
0_0_11111703_25581.cpp(20) : error C2501: “booloperator” : 缺少存储类或类型说明符
0_0_11111703_25581.cpp(20) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_11111703_25581.cpp(25) : error C2146: 语法错误 : 缺少“;”(在标识符“fac”的前面)
0_0_11111703_25581.cpp(25) : error C2501: “constint” : 缺少存储类或类型说明符
0_0_11111703_25581.cpp(25) : error C2501: “fac” : 缺少存储类或类型说明符
0_0_11111703_25581.cpp(45) : error C2146: 语法错误 : 缺少“;”(在标识符“pos”的前面)
0_0_11111703_25581.cpp(45) : error C2501: “constint” : 缺少存储类或类型说明符
0_0_11111703_25581.cpp(45) : error C2086: “int constint” : 重定义
0_0_11111703_25581.cpp(25) : 参见“constint”的声明
0_0_11111703_25581.cpp(45) : error C2501: “pos” : 缺少存储类或类型说明符
0_0_11111703_25581.cpp(59) : error C2146: 语法错误 : 缺少“;”(在标识符“dir”的前面)
0_0_11111703_25581.cpp(59) : error C2501: “constint” : 缺少存储类或类型说明符
0_0_11111703_25581.cpp(59) : error C2086: “int constint” : 重定义
0_0_11111703_25581.cpp(25) : 参见“constint”的声明
0_0_11111703_25581.cpp(59) : error C2501: “dir” : 缺少存储类或类型说明符
0_0_11111703_25581.cpp(63) : error C2065: “priority_queue” : 未声明的标识符
0_0_11111703_25581.cpp(63) : error C2275: “S” : 将此类型用作表达式非法
0_0_11111703_25581.cpp(6) : 参见“S”的声明
0_0_11111703_25581.cpp(63) : error C2065: “que” : 未声明的标识符
0_0_11111703_25581.cpp(64) : error C2228: “.push”的左侧必须有类/结构/联合类型
类型是“'unknown-type'”
0_0_11111703_25581.cpp(64) : error C3861: “que”: 即使使用参数相关的查找,也未找到标识符
0_0_11111703_25581.cpp(65) : error C2228: “.empty”的左侧必须有类/结构/联合类型
类型是“'unknown-type'”
0_0_11111703_25581.cpp(65) : error C3861: “que”: 即使使用参数相关的查找,也未找到标识符
0_0_11111703_25581.cpp(65) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|