0_0_34651036_297.c
0_0_34651036_297.c(4) : error C2061: 语法错误: 标识符“linklist”
0_0_34651036_297.c(6) : error C2065: “data”: 未声明的标识符
0_0_34651036_297.c(7) : error C2065: “next”: 未声明的标识符
0_0_34651036_297.c(9) : error C2059: 语法错误:“}”
0_0_34651036_297.c(14) : error C2065: “p”: 未声明的标识符
0_0_34651036_297.c(14) : error C2146: 语法错误: 缺少“;”(在标识符“head”的前面)
0_0_34651036_297.c(14) : error C2065: “head”: 未声明的标识符
0_0_34651036_297.c(14) : error C2065: “new”: 未声明的标识符
0_0_34651036_297.c(14) : error C2146: 语法错误: 缺少“;”(在标识符“l”的前面)
0_0_34651036_297.c(15) : error C2065: “p”: 未声明的标识符
0_0_34651036_297.c(15) : error C2146: 语法错误: 缺少“;”(在标识符“q”的前面)
0_0_34651036_297.c(15) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(15) : error C2065: “head”: 未声明的标识符
0_0_34651036_297.c(18) : error C2065: “p”: 未声明的标识符
0_0_34651036_297.c(18) : error C2146: 语法错误: 缺少“;”(在标识符“node”的前面)
0_0_34651036_297.c(18) : error C2065: “node”: 未声明的标识符
0_0_34651036_297.c(18) : error C2065: “new”: 未声明的标识符
0_0_34651036_297.c(18) : error C2146: 语法错误: 缺少“;”(在标识符“l”的前面)
0_0_34651036_297.c(19) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(19) : error C2223: “->next”的左侧必须指向结构/联合
0_0_34651036_297.c(19) : error C2065: “node”: 未声明的标识符
0_0_34651036_297.c(20) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(20) : error C2065: “node”: 未声明的标识符
0_0_34651036_297.c(22) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(22) : error C2223: “->next”的左侧必须指向结构/联合
0_0_34651036_297.c(22) : error C2065: “head”: 未声明的标识符
0_0_34651036_297.c(23) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(23) : error C2065: “head”: 未声明的标识符
0_0_34651036_297.c(49) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(49) : error C2223: “->next”的左侧必须指向结构/联合
0_0_34651036_297.c(51) : error C2065: “p”: 未声明的标识符
0_0_34651036_297.c(51) : error C2146: 语法错误: 缺少“;”(在标识符“temp”的前面)
0_0_34651036_297.c(51) : error C2065: “temp”: 未声明的标识符
0_0_34651036_297.c(51) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(51) : error C2223: “->next”的左侧必须指向结构/联合
0_0_34651036_297.c(52) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(52) : error C2223: “->next”的左侧必须指向结构/联合
0_0_34651036_297.c(52) : error C2065: “temp”: 未声明的标识符
0_0_34651036_297.c(53) : error C2065: “delete”: 未声明的标识符
0_0_34651036_297.c(53) : error C2146: 语法错误: 缺少“;”(在标识符“temp”的前面)
0_0_34651036_297.c(53) : error C2065: “temp”: 未声明的标识符
0_0_34651036_297.c(54) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(54) : error C2223: “->next”的左侧必须指向结构/联合
0_0_34651036_297.c(57) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(57) : error C2223: “->data”的左侧必须指向结构/联合
0_0_34651036_297.c(58) : error C2065: “q”: 未声明的标识符
0_0_34651036_297.c(58) : error C2223: “->next”的左侧必须指向结构/联合
|