0_0_39774048_12882.cpp
0_0_39774048_12882.cpp(2) : error C2065: “string”: 未声明的标识符
0_0_39774048_12882.cpp(2) : error C2146: 语法错误: 缺少“;”(在标识符“input”的前面)
0_0_39774048_12882.cpp(2) : error C2065: “input”: 未声明的标识符
0_0_39774048_12882.cpp(3) : error C2065: “vector”: 未声明的标识符
0_0_39774048_12882.cpp(3) : error C2062: 意外的类型“int”
0_0_39774048_12882.cpp(5) : error C2065: “cin”: 未声明的标识符
0_0_39774048_12882.cpp(5) : error C2065: “input”: 未声明的标识符
0_0_39774048_12882.cpp(5) : error C3861: “getline”: 找不到标识符
0_0_39774048_12882.cpp(8) : error C2065: “stringstream”: 未声明的标识符
0_0_39774048_12882.cpp(8) : error C2146: 语法错误: 缺少“;”(在标识符“ss”的前面)
0_0_39774048_12882.cpp(8) : error C2065: “input”: 未声明的标识符
0_0_39774048_12882.cpp(8) : error C3861: “ss”: 找不到标识符
0_0_39774048_12882.cpp(9) : error C2065: “ss”: 未声明的标识符
0_0_39774048_12882.cpp(22) : error C2065: “arr”: 未声明的标识符
0_0_39774048_12882.cpp(22) : error C2228: “.push_back”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39774048_12882.cpp(25) : error C2065: “arr”: 未声明的标识符
0_0_39774048_12882.cpp(25) : error C3312: 未找到类型“unknown-type”的可调用“begin”函数
0_0_39774048_12882.cpp(25) : error C3312: 未找到类型“unknown-type”的可调用“end”函数
0_0_39774048_12882.cpp(26) : error C2065: “cout”: 未声明的标识符
0_0_39774048_12882.cpp(26) : error C2065: “it”: 未声明的标识符
0_0_39774048_12882.cpp(26) : error C2065: “endl”: 未声明的标识符
|