0_0_2355220_11235.cpp
0_0_2355220_11235.cpp(1) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_2355220_11235.cpp(1) : error C2501: “multiset” : 缺少存储类或类型说明符
0_0_2355220_11235.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_2355220_11235.cpp(2) : error C2501: “multiset” : 缺少存储类或类型说明符
0_0_2355220_11235.cpp(2) : error C2086: “int multiset” : 重定义
0_0_2355220_11235.cpp(1) : 参见“multiset”的声明
0_0_2355220_11235.cpp(2) : error C2039: “iterator” : 不是“operator``global namespace''”的成员
0_0_2355220_11235.cpp(6) : error C2065: “string” : 未声明的标识符
0_0_2355220_11235.cpp(6) : error C2146: 语法错误 : 缺少“;”(在标识符“s”的前面)
0_0_2355220_11235.cpp(6) : error C2065: “s” : 未声明的标识符
0_0_2355220_11235.cpp(8) : error C2065: “EOF” : 未声明的标识符
0_0_2355220_11235.cpp(8) : error C3861: “scanf”: 即使使用参数相关的查找,也未找到标识符
0_0_2355220_11235.cpp(8) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|