0_0_17891698_11184.cpp
0_0_17891698_11184.cpp(42) : error C2146: 语法错误: 缺少“;”(在标识符“brute”的前面)
0_0_17891698_11184.cpp(42) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_17891698_11184.cpp(43) : error C2146: 语法错误: 缺少“;”(在标识符“ret”的前面)
0_0_17891698_11184.cpp(43) : error C2065: “ret”: 未声明的标识符
0_0_17891698_11184.cpp(52) : error C2065: “ret”: 未声明的标识符
0_0_17891698_11184.cpp(57) : error C2065: “ret”: 未声明的标识符
0_0_17891698_11184.cpp(62) : error C3861: “assert”: 找不到标识符
0_0_17891698_11184.cpp(65) : error C3861: “assert”: 找不到标识符
0_0_17891698_11184.cpp(86) : error C2146: 语法错误: 缺少“;”(在标识符“result”的前面)
0_0_17891698_11184.cpp(86) : error C2065: “result”: 未声明的标识符
0_0_17891698_11184.cpp(86) : error C2065: “allg”: 未声明的标识符
0_0_17891698_11184.cpp(86) : error C2039: “accumulate”: 不是“std”的成员
0_0_17891698_11184.cpp(86) : error C3861: “accumulate”: 找不到标识符
0_0_17891698_11184.cpp(88) : error C2065: “result”: 未声明的标识符
0_0_17891698_11184.cpp(88) : error C2065: “allg”: 未声明的标识符
0_0_17891698_11184.cpp(90) : error C2065: “result”: 未声明的标识符
0_0_17891698_11184.cpp(94) : error C2065: “CLOCKS_PER_SEC”: 未声明的标识符
0_0_17891698_11184.cpp(94) : error C3861: “clock”: 找不到标识符
|