0_0_39809606_27224.cpp
0_0_39809606_27224.cpp(15) : error C2146: 语法错误: 缺少“)”(在标识符“or”的前面)
0_0_39809606_27224.cpp(15) : error C2065: “or”: 未声明的标识符
0_0_39809606_27224.cpp(15) : error C2146: 语法错误: 缺少“;”(在标识符“ch”的前面)
0_0_39809606_27224.cpp(15) : error C2059: 语法错误:“)”
0_0_39809606_27224.cpp(17) : error C2143: 语法错误 : 缺少“}”(在“if”的前面)
0_0_39809606_27224.cpp(17) : error C2064: 项不会计算为接受 1 个参数的函数
0_0_39809606_27224.cpp(17) : error C2143: 语法错误 : 缺少“;”(在“if”的前面)
0_0_39809606_27224.cpp(21) : error C2059: 语法错误:“while”
0_0_39809606_27224.cpp(22) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_39809606_27224.cpp(22) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_39809606_27224.cpp(26) : error C2059: 语法错误:“return”
0_0_39809606_27224.cpp(27) : error C2059: 语法错误:“}”
0_0_39809606_27224.cpp(27) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_39809606_27224.cpp(71) : error C2065: “n”: 未声明的标识符
0_0_39809606_27224.cpp(71) : error C2065: “m”: 未声明的标识符
0_0_39809606_27224.cpp(72) : error C2065: “n”: 未声明的标识符
0_0_39809606_27224.cpp(72) : error C2065: “m”: 未声明的标识符
0_0_39809606_27224.cpp(75) : error C2065: “n”: 未声明的标识符
0_0_39809606_27224.cpp(78) : error C2065: “n”: 未声明的标识符
0_0_39809606_27224.cpp(78) : error C2065: “m”: 未声明的标识符
0_0_39809606_27224.cpp(78) : error C2780: “void std::random_shuffle(_RanIt,_RanIt)”: 应输入 2 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(2109) : 参见“std::random_shuffle”的声明
0_0_39809606_27224.cpp(78) : error C2780: “void std::random_shuffle(_RanIt,_RanIt,_Fn1 &&)”: 应输入 3 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(2066) : 参见“std::random_shuffle”的声明
0_0_39809606_27224.cpp(80) : error C2065: “n”: 未声明的标识符
0_0_39809606_27224.cpp(80) : error C2065: “m”: 未声明的标识符
|