0_0_39644942_16423.cpp
0_0_39644942_16423.cpp(4) : error C2146: 语法错误: 缺少“;”(在标识符“std”的前面)
0_0_39644942_16423.cpp(4) : error C2873: “namespcae”: 符号不能用在 using 声明中
0_0_39644942_16423.cpp(4) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39644942_16423.cpp(4) : error C2365: “std”: 重定义;以前的定义是“命名空间”
0_0_39644942_16423.cpp(6) : error C2146: 语法错误: 缺少“;”(在标识符“num”的前面)
0_0_39644942_16423.cpp(6) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39644942_16423.cpp(7) : error C2146: 语法错误: 缺少“;”(在标识符“name”的前面)
0_0_39644942_16423.cpp(7) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39644942_16423.cpp(13) : error C2039: “num”: 不是“Student”的成员
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(15) : error C2039: “name”: 不是“Student”的成员
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(16) : error C2039: “name”: 不是“Student”的成员
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(17) : error C2039: “name”: 不是“Student”的成员
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(17) : error C2143: 语法错误 : 缺少“;”(在“return”的前面)
0_0_39644942_16423.cpp(17) : error C2039: “num”: 不是“Student”的成员
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(22) : error C2039: “num”: 不是“Student”的成员
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(5) : 参见“Student”的声明
0_0_39644942_16423.cpp(28) : error C2065: “cin”: 未声明的标识符
0_0_39644942_16423.cpp(28) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|