0_0_36183705_28887.c
0_0_36183705_28887.c(9) : error C2143: 语法错误 : 缺少“)”(在“&”的前面)
0_0_36183705_28887.c(9) : error C2143: 语法错误 : 缺少“{”(在“&”的前面)
0_0_36183705_28887.c(9) : error C2059: 语法错误:“&”
0_0_36183705_28887.c(9) : error C2059: 语法错误:“)”
0_0_36183705_28887.c(14) : error C2143: 语法错误 : 缺少“)”(在“&”的前面)
0_0_36183705_28887.c(14) : error C2143: 语法错误 : 缺少“{”(在“&”的前面)
0_0_36183705_28887.c(14) : error C2059: 语法错误:“&”
0_0_36183705_28887.c(14) : error C2059: 语法错误:“)”
0_0_36183705_28887.c(22) : error C2065: “Box”: 未声明的标识符
0_0_36183705_28887.c(22) : error C2146: 语法错误: 缺少“;”(在标识符“temp”的前面)
0_0_36183705_28887.c(22) : error C2065: “temp”: 未声明的标识符
0_0_36183705_28887.c(29) : error C2065: “temp”: 未声明的标识符
0_0_36183705_28887.c(29) : error C2440: “=”: 无法从“Box”转换为“int”
0_0_36183705_28887.c(29) : error C2440: “=”: 无法从“int”转换为“Box”
|