0_0_30884661_2084.cpp
0_0_30884661_2084.cpp(188) : error C2065: “cnt”: 未声明的标识符
0_0_30884661_2084.cpp(191) : error C2065: “cnt”: 未声明的标识符
0_0_30884661_2084.cpp(191) : error C2780: “void std::sort(_RanIt,_RanIt)”: 应输入 2 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(3162) : 参见“std::sort”的声明
0_0_30884661_2084.cpp(191) : error C2780: “void std::sort(_RanIt,_RanIt,_Pr)”: 应输入 3 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(3153) : 参见“std::sort”的声明
0_0_30884661_2084.cpp(192) : error C2065: “cnt”: 未声明的标识符
0_0_30884661_2084.cpp(192) : error C2780: “_FwdIt std::unique(_FwdIt,_FwdIt)”: 应输入 2 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(1804) : 参见“std::unique”的声明
0_0_30884661_2084.cpp(192) : error C2780: “_FwdIt std::unique(_FwdIt,_FwdIt,_Pr)”: 应输入 3 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(1794) : 参见“std::unique”的声明
0_0_30884661_2084.cpp(194) : error C2065: “cnt”: 未声明的标识符
|