0_0_7827592_1280.cpp
0_0_7827592_1280.cpp(27) : error C2440: “=” : 无法从“int”转换为“int [12]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_7827592_1280.cpp(35) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_7827592_1280.cpp(35) : error C2782: “const _Ty &std::max(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1242) : 参见“std::max”的声明
可能是“int *”
或 “int [12]”
0_0_7827592_1280.cpp(36) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_7827592_1280.cpp(36) : error C2782: “const _Ty &std::max(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1242) : 参见“std::max”的声明
可能是“int *”
或 “int [12]”
0_0_7827592_1280.cpp(37) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_7827592_1280.cpp(37) : error C2782: “const _Ty &std::max(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1242) : 参见“std::max”的声明
可能是“int *”
或 “int [12]”
0_0_7827592_1280.cpp(44) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_7827592_1280.cpp(44) : error C2782: “const _Ty &std::max(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1242) : 参见“std::max”的声明
可能是“int [12]”
或 “int”
|