0_0_39389673_29995.cpp
0_0_39389673_29995.cpp(16) : error C2059: 语法错误:“...”
0_0_39389673_29995.cpp(16) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_39389673_29995.cpp(17) : error C2065: “numbers”: 未声明的标识符
0_0_39389673_29995.cpp(17) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39389673_29995.cpp(17) : error C2228: “.end”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39389673_29995.cpp(17) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39389673_29995.cpp(17) : error C2365: “std::sort”: 重定义;以前的定义是“函数”
0_0_39389673_29995.cpp(19) : error C2059: 语法错误:“for”
0_0_39389673_29995.cpp(19) : error C2039: “permutations”: 不是“std”的成员
0_0_39389673_29995.cpp(19) : error C2065: “numbers”: 未声明的标识符
0_0_39389673_29995.cpp(19) : error C2065: “n”: 未声明的标识符
0_0_39389673_29995.cpp(19) : error C2059: 语法错误:“)”
0_0_39389673_29995.cpp(19) : error C2448: “permutations”: 函数样式初始值设定项类似函数定义
0_0_39389673_29995.cpp(35) : error C2059: 语法错误:“}”
0_0_39389673_29995.cpp(35) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_39389673_29995.cpp(37) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_39389673_29995.cpp(37) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
|