0_0_33342338_3472.cpp
0_0_33342338_3472.cpp(10) : error C2628: “Student”后面接“int”是非法的(是否忘记了“;”?)
0_0_33342338_3472.cpp(11) : error C3874: “main”的返回类型应为“int”而非“Student”
0_0_33342338_3472.cpp(14) : error C2440: “return”: 无法从“int”转换为“Student”
无构造函数可以接受源类型,或构造函数重载决策不明确
|