0_0_29855425_19485.cpp
0_0_29855425_19485.cpp(7) : error C2146: 语法错误: 缺少“;”(在标识符“book”的前面)
0_0_29855425_19485.cpp(7) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_29855425_19485.cpp(8) : error C2146: 语法错误: 缺少“;”(在标识符“prime”的前面)
0_0_29855425_19485.cpp(8) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_29855425_19485.cpp(8) : error C2086: “int __64int”: 重定义
0_0_29855425_19485.cpp(7) : 参见“__64int”的声明
0_0_29855425_19485.cpp(25) : error C2146: 语法错误: 缺少“;”(在标识符“a”的前面)
0_0_29855425_19485.cpp(25) : error C2065: “a”: 未声明的标识符
0_0_29855425_19485.cpp(25) : error C2065: “b”: 未声明的标识符
0_0_29855425_19485.cpp(26) : error C2146: 语法错误: 缺少“;”(在标识符“test”的前面)
0_0_29855425_19485.cpp(26) : error C2065: “test”: 未声明的标识符
0_0_29855425_19485.cpp(26) : error C2065: “sum”: 未声明的标识符
0_0_29855425_19485.cpp(28) : error C2065: “a”: 未声明的标识符
0_0_29855425_19485.cpp(28) : error C2065: “b”: 未声明的标识符
0_0_29855425_19485.cpp(28) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|