0_0_39274519_14576.cpp
0_0_39274519_14576.cpp(4) : error C2065: “string”: 未声明的标识符
0_0_39274519_14576.cpp(4) : error C2065: “x”: 未声明的标识符
0_0_39274519_14576.cpp(4) : error C2448: “readstr”: 函数样式初始值设定项类似函数定义
0_0_39274519_14576.cpp(20) : error C2146: 语法错误: 缺少“;”(在标识符“t”的前面)
0_0_39274519_14576.cpp(20) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39274519_14576.cpp(21) : error C2146: 语法错误: 缺少“;”(在标识符“rl”的前面)
0_0_39274519_14576.cpp(21) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39274519_14576.cpp(21) : error C2086: “int string”: 重定义
0_0_39274519_14576.cpp(20) : 参见“string”的声明
0_0_39274519_14576.cpp(21) : error C2440: “初始化”: 无法从“const char [27]”转换为“int”
没有使该转换得以执行的上下文
0_0_39274519_14576.cpp(26) : error C3861: “readstr”: 找不到标识符
0_0_39274519_14576.cpp(27) : error C3861: “readstr”: 找不到标识符
0_0_39274519_14576.cpp(29) : error C2109: 下标要求数组或指针类型
0_0_39274519_14576.cpp(31) : error C2228: “.size”的左边必须有类/结构/联合
类型是“int”
0_0_39274519_14576.cpp(34) : error C2109: 下标要求数组或指针类型
0_0_39274519_14576.cpp(34) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|