0_0_38850628_8764.c
0_0_38850628_8764.c(32) : error C2065: “node”: 未声明的标识符
0_0_38850628_8764.c(32) : error C2146: 语法错误: 缺少“;”(在标识符“temp”的前面)
0_0_38850628_8764.c(32) : error C2065: “temp”: 未声明的标识符
0_0_38850628_8764.c(32) : error C2440: “=”: 无法从“node”转换为“int”
0_0_38850628_8764.c(34) : error C2065: “temp”: 未声明的标识符
0_0_38850628_8764.c(34) : error C2440: “=”: 无法从“int”转换为“node”
0_0_38850628_8764.c(40) : error C2065: “node”: 未声明的标识符
0_0_38850628_8764.c(40) : error C2146: 语法错误: 缺少“;”(在标识符“temp”的前面)
0_0_38850628_8764.c(40) : error C2065: “temp”: 未声明的标识符
0_0_38850628_8764.c(40) : error C2440: “=”: 无法从“node”转换为“int”
0_0_38850628_8764.c(42) : error C2065: “temp”: 未声明的标识符
0_0_38850628_8764.c(42) : error C2440: “=”: 无法从“int”转换为“node”
|