0_0_39333964_15679.cpp
0_0_39333964_15679.cpp(9) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_39333964_15679.cpp(9) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39333964_15679.cpp(12) : error C2065: “q”: 未声明的标识符
0_0_39333964_15679.cpp(13) : error C3312: 未找到类型“unknown-type”的可调用“begin”函数
0_0_39333964_15679.cpp(13) : error C3312: 未找到类型“unknown-type”的可调用“end”函数
0_0_39333964_15679.cpp(14) : error C2065: “it”: 未声明的标识符
0_0_39333964_15679.cpp(16) : error C2065: “it”: 未声明的标识符
0_0_39333964_15679.cpp(45) : error C2065: “q”: 未声明的标识符
0_0_39333964_15679.cpp(45) : error C2228: “.push_back”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39333964_15679.cpp(49) : error C2065: “q”: 未声明的标识符
0_0_39333964_15679.cpp(49) : error C2228: “.clear”的左边必须有类/结构/联合
类型是“unknown-type”
|