0_0_17741677_31641.c
0_0_17741677_31641.c(4) : error C2065: “int32_t”: 未声明的标识符
0_0_17741677_31641.c(4) : error C2146: 语法错误: 缺少“;”(在标识符“a”的前面)
0_0_17741677_31641.c(4) : error C2065: “a”: 未声明的标识符
0_0_17741677_31641.c(5) : error C2065: “int32_t”: 未声明的标识符
0_0_17741677_31641.c(5) : error C2146: 语法错误: 缺少“;”(在标识符“b”的前面)
0_0_17741677_31641.c(5) : error C2065: “b”: 未声明的标识符
0_0_17741677_31641.c(6) : error C2065: “int32_t”: 未声明的标识符
0_0_17741677_31641.c(6) : error C2146: 语法错误: 缺少“;”(在标识符“sum”的前面)
0_0_17741677_31641.c(6) : error C2065: “sum”: 未声明的标识符
0_0_17741677_31641.c(7) : error C2065: “a”: 未声明的标识符
0_0_17741677_31641.c(7) : error C2065: “b”: 未声明的标识符
0_0_17741677_31641.c(8) : error C2065: “sum”: 未声明的标识符
0_0_17741677_31641.c(8) : error C2065: “a”: 未声明的标识符
0_0_17741677_31641.c(8) : error C2065: “b”: 未声明的标识符
0_0_17741677_31641.c(9) : error C2065: “sum”: 未声明的标识符
|