0_0_37971653_10864.c
0_0_37971653_10864.c(5) : error C2065: “y;”: 未声明的标识符
0_0_37971653_10864.c(5) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_37971653_10864.c(9) : error C2146: 语法错误: 缺少“;”(在标识符“result”的前面)
0_0_37971653_10864.c(9) : error C2065: “result”: 未声明的标识符
0_0_37971653_10864.c(10) : error C2065: “add(1,1);”: 未声明的标识符
0_0_37971653_10864.c(10) : error C2146: 语法错误: 缺少“;”(在标识符“printf(“”的前面)
0_0_37971653_10864.c(10) : error C2065: “printf(“”: 未声明的标识符
0_0_37971653_10864.c(11) : error C2065: “d”,result);”: 未声明的标识符
0_0_37971653_10864.c(11) : error C2143: 语法错误 : 缺少“;”(在“return”的前面)
0_0_37971653_10864.c(11) : error C2146: 语法错误: 缺少“;”(在标识符“;”的前面)
0_0_37971653_10864.c(12) : error C2065: “;”: 未声明的标识符
0_0_37971653_10864.c(12) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
|