0_0_8625633_6493.cpp
0_0_8625633_6493.cpp(18) : error C2146: 语法错误 : 缺少“;”(在标识符“string”的前面)
0_0_8625633_6493.cpp(18) : error C2146: 语法错误 : 缺少“;”(在标识符“res”的前面)
0_0_8625633_6493.cpp(18) : error C2275: “std::string” : 将此类型用作表达式非法
VC\include\xstring(1562) : 参见“std::string”的声明
0_0_8625633_6493.cpp(18) : error C2065: “res” : 未声明的标识符
0_0_8625633_6493.cpp(21) : error C3861: “res”: 即使使用参数相关的查找,也未找到标识符
0_0_8625633_6493.cpp(25) : error C3861: “res”: 即使使用参数相关的查找,也未找到标识符
0_0_8625633_6493.cpp(30) : error C2228: “.c_str”的左侧必须有类/结构/联合类型
类型是“'unknown-type'”
0_0_8625633_6493.cpp(30) : error C3861: “res”: 即使使用参数相关的查找,也未找到标识符
|