0_0_3193555_27899.cpp
0_0_3193555_27899.cpp(7) : error C2065: “set” : 未声明的标识符
0_0_3193555_27899.cpp(7) : error C2275: “std::string” : 将此类型用作表达式非法
VC\include\xstring(1562) : 参见“std::string”的声明
0_0_3193555_27899.cpp(7) : error C2065: “s” : 未声明的标识符
0_0_3193555_27899.cpp(9) : error C2275: “std::string” : 将此类型用作表达式非法
VC\include\xstring(1562) : 参见“std::string”的声明
0_0_3193555_27899.cpp(9) : error C2955: “std::iterator” : 使用类模板需要模板参数列表
VC\include\xutility(66) : 参见“std::iterator”的声明
0_0_3193555_27899.cpp(9) : error C2146: 语法错误 : 缺少“;”(在标识符“i”的前面)
0_0_3193555_27899.cpp(9) : error C3861: “set”: 即使使用参数相关的查找,也未找到标识符
0_0_3193555_27899.cpp(9) : error C2065: “i” : 未声明的标识符
0_0_3193555_27899.cpp(9) : error C2563: 在形参表中不匹配
0_0_3193555_27899.cpp(9) : error C2568: “,” : 无法解析函数重载
VC\include\xutility(1250): 可能是“const _Ty &std::max(const _Ty &,const _Ty &,_Pr)”
VC\include\xutility(1242): 或 “const _Ty &std::max(const _Ty &,const _Ty &)”
0_0_3193555_27899.cpp(11) : error C2065: “cin” : 未声明的标识符
0_0_3193555_27899.cpp(11) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|