0_0_37042124_5075.cpp
0_0_37042124_5075.cpp(32) : error C2440: “初始化”: 无法从“int *”转换为“int”
没有使该转换得以执行的上下文
0_0_37042124_5075.cpp(34) : error C2228: “.push_back”的左边必须有类/结构/联合
类型是“int [2600000]”
0_0_37042124_5075.cpp(45) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“int [2600000]”
0_0_37042124_5075.cpp(45) : error C2228: “.end”的左边必须有类/结构/联合
类型是“int [2600000]”
0_0_37042124_5075.cpp(45) : error C2780: “bool std::binary_search(_FwdIt,_FwdIt,const _Ty &)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2672) : 参见“std::binary_search”的声明
0_0_37042124_5075.cpp(45) : error C2780: “bool std::binary_search(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2662) : 参见“std::binary_search”的声明
|