0_0_37711073_17206.cpp
0_0_37711073_17206.cpp(7) : error C2146: 语法错误: 缺少“;”(在标识符“ll”的前面)
0_0_37711073_17206.cpp(7) : error C2146: 语法错误: 缺少“;”(在标识符“a”的前面)
0_0_37711073_17206.cpp(7) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37711073_17206.cpp(7) : error C2377: “ll”: 重定义;typedef 不能由任何其他符号重载
0_0_37711073_17206.cpp(5) : 参见“ll”的声明
0_0_37711073_17206.cpp(16) : error C2146: 语法错误: 缺少“;”(在标识符“sum”的前面)
0_0_37711073_17206.cpp(16) : error C2065: “sum”: 未声明的标识符
0_0_37711073_17206.cpp(16) : error C2065: “ans”: 未声明的标识符
0_0_37711073_17206.cpp(18) : error C2065: “sum”: 未声明的标识符
0_0_37711073_17206.cpp(19) : error C2065: “sum”: 未声明的标识符
0_0_37711073_17206.cpp(23) : error C2146: 语法错误: 缺少“;”(在标识符“ave”的前面)
0_0_37711073_17206.cpp(23) : error C2065: “ave”: 未声明的标识符
0_0_37711073_17206.cpp(23) : error C2065: “sum”: 未声明的标识符
0_0_37711073_17206.cpp(26) : error C2065: “ave”: 未声明的标识符
0_0_37711073_17206.cpp(27) : error C2065: “ave”: 未声明的标识符
0_0_37711073_17206.cpp(28) : error C2065: “ans”: 未声明的标识符
0_0_37711073_17206.cpp(28) : error C2065: “ave”: 未声明的标识符
0_0_37711073_17206.cpp(30) : error C2065: “ans”: 未声明的标识符
0_0_37711073_17206.cpp(32) : error C2065: “ans”: 未声明的标识符
|