0_0_4271850_11356.cpp
0_0_4271850_11356.cpp(5) : error C2146: 语法错误 : 缺少“;”(在标识符“Tran”的前面)
0_0_4271850_11356.cpp(5) : error C2501: “string” : 缺少存储类或类型说明符
0_0_4271850_11356.cpp(5) : error C2065: “s” : 未声明的标识符
0_0_4271850_11356.cpp(6) : error C2448: “Tran” : 函数样式初始值设定项类似函数定义
0_0_4271850_11356.cpp(22) : error C2065: “cin” : 未声明的标识符
0_0_4271850_11356.cpp(25) : error C2146: 语法错误 : 缺少“;”(在标识符“s1”的前面)
0_0_4271850_11356.cpp(25) : error C2065: “s1” : 未声明的标识符
0_0_4271850_11356.cpp(25) : error C2065: “s2” : 未声明的标识符
0_0_4271850_11356.cpp(25) : error C3861: “s”: 即使使用参数相关的查找,也未找到标识符
0_0_4271850_11356.cpp(26) : error C3861: “cin”: 即使使用参数相关的查找,也未找到标识符
0_0_4271850_11356.cpp(26) : error C3861: “s”: 即使使用参数相关的查找,也未找到标识符
0_0_4271850_11356.cpp(27) : error C3861: “getline”: 即使使用参数相关的查找,也未找到标识符
0_0_4271850_11356.cpp(27) : error C3861: “cin”: 即使使用参数相关的查找,也未找到标识符
0_0_4271850_11356.cpp(27) : error C3861: “s”: 即使使用参数相关的查找,也未找到标识符
0_0_4271850_11356.cpp(27) : error C3861: “s”: 即使使用参数相关的查找,也未找到标识符
0_0_4271850_11356.cpp(27) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|