0_0_39518655_1758.cpp
0_0_39518655_1758.cpp(4) : error C2146: 语法错误: 缺少“;”(在标识符“space”的前面)
0_0_39518655_1758.cpp(4) : error C2873: “name”: 符号不能用在 using 声明中
0_0_39518655_1758.cpp(4) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39518655_1758.cpp(16) : error C2065: “queue”: 未声明的标识符
0_0_39518655_1758.cpp(16) : error C2275: “bfs::pos”: 将此类型用作表达式非法
0_0_39518655_1758.cpp(11) : 参见“bfs::pos”的声明
0_0_39518655_1758.cpp(16) : error C2065: “qu”: 未声明的标识符
0_0_39518655_1758.cpp(21) : error C2065: “qu”: 未声明的标识符
0_0_39518655_1758.cpp(21) : error C2228: “.push”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39518655_1758.cpp(22) : error C2065: “qu”: 未声明的标识符
0_0_39518655_1758.cpp(22) : error C2228: “.empty”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39518655_1758.cpp(22) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|