0_0_1398357_16569.cpp
0_0_1398357_16569.cpp(9) : error C2628: “node”后面接“int”是非法的(是否忘记了“;”?)
0_0_1398357_16569.cpp(9) : error C2440: “初始化” : 无法从“int”转换为“const node”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_1398357_16569.cpp(11) : error C2057: 应输入常数表达式
0_0_1398357_16569.cpp(11) : error C2466: 不能分配常数大小为 0 的数组
0_0_1398357_16569.cpp(12) : error C2057: 应输入常数表达式
0_0_1398357_16569.cpp(12) : error C2466: 不能分配常数大小为 0 的数组
0_0_1398357_16569.cpp(13) : error C2676: 二进制“*” : “const node”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_1398357_16569.cpp(14) : error C2676: 二进制“*” : “const node”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_1398357_16569.cpp(15) : error C2057: 应输入常数表达式
0_0_1398357_16569.cpp(15) : error C2466: 不能分配常数大小为 0 的数组
0_0_1398357_16569.cpp(16) : error C2057: 应输入常数表达式
0_0_1398357_16569.cpp(16) : error C2466: 不能分配常数大小为 0 的数组
0_0_1398357_16569.cpp(25) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
0_0_1398357_16569.cpp(25) : error C2064: 项不会计算为接受 1 个参数的函数
0_0_1398357_16569.cpp(25) : error C2059: 语法错误 : “)”
0_0_1398357_16569.cpp(26) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_1398357_16569.cpp(28) : error C2044: 非法 continue
0_0_1398357_16569.cpp(29) : error C2065: “deprh” : 未声明的标识符
0_0_1398357_16569.cpp(69) : error C2109: 下标要求数组或指针类型
0_0_1398357_16569.cpp(69) : error C2107: 非法索引,不允许间接寻址
|