0_0_36773834_9475.cpp
0_0_36773834_9475.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_36773834_9475.cpp(2) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_36773834_9475.cpp(6) : error C2065: “cin”: 未声明的标识符
0_0_36773834_9475.cpp(6) : error C2146: 语法错误: 缺少“;”(在标识符“and”的前面)
0_0_36773834_9475.cpp(6) : error C2065: “and”: 未声明的标识符
0_0_36773834_9475.cpp(6) : error C2146: 语法错误: 缺少“)”(在标识符“n”的前面)
0_0_36773834_9475.cpp(6) : error C2146: 语法错误: 缺少“;”(在标识符“m”的前面)
0_0_36773834_9475.cpp(6) : error C2065: “m”: 未声明的标识符
0_0_36773834_9475.cpp(6) : error C2059: 语法错误:“)”
0_0_36773834_9475.cpp(7) : error C2065: “n”: 未声明的标识符
0_0_36773834_9475.cpp(8) : error C2065: “cin”: 未声明的标识符
0_0_36773834_9475.cpp(9) : error C2065: “s1”: 未声明的标识符
0_0_36773834_9475.cpp(9) : error C2228: “.insert”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_36773834_9475.cpp(11) : error C2065: “m”: 未声明的标识符
0_0_36773834_9475.cpp(12) : error C2065: “cin”: 未声明的标识符
0_0_36773834_9475.cpp(14) : error C2065: “m”: 未声明的标识符
0_0_36773834_9475.cpp(15) : error C2065: “s1”: 未声明的标识符
0_0_36773834_9475.cpp(15) : error C2228: “.count”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_36773834_9475.cpp(16) : error C2065: “s1”: 未声明的标识符
0_0_36773834_9475.cpp(16) : error C2228: “.erase”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_36773834_9475.cpp(18) : error C2065: “s1”: 未声明的标识符
0_0_36773834_9475.cpp(18) : error C2228: “.size”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_36773834_9475.cpp(18) : error C2065: “cout”: 未声明的标识符
0_0_36773834_9475.cpp(20) : error C2062: 意外的类型“int”
0_0_36773834_9475.cpp(20) : error C2039: “iterator”: 不是“`global namespace'”的成员
0_0_36773834_9475.cpp(20) : error C2065: “it”: 未声明的标识符
0_0_36773834_9475.cpp(20) : error C2065: “s1”: 未声明的标识符
0_0_36773834_9475.cpp(20) : error C2228: “.end”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_36773834_9475.cpp(20) : error C2143: 语法错误 : 缺少“;”(在“)”的前面)
0_0_36773834_9475.cpp(21) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_36773834_9475.cpp(22) : error C2065: “cout”: 未声明的标识符
0_0_36773834_9475.cpp(22) : error C2065: “it”: 未声明的标识符
0_0_36773834_9475.cpp(24) : error C2065: “cout”: 未声明的标识符
0_0_36773834_9475.cpp(24) : error C2065: “it”: 未声明的标识符
0_0_36773834_9475.cpp(28) : error C2065: “cout”: 未声明的标识符
0_0_36773834_9475.cpp(28) : error C2065: “endl”: 未声明的标识符
|