0_0_8215520_14837.cpp
0_0_8215520_14837.cpp(18) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_8215520_14837.cpp(18) : error C2782: “const _Ty &std::max(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1242) : 参见“std::max”的声明
可能是“int”
或 “char”
0_0_8215520_14837.cpp(19) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_8215520_14837.cpp(19) : error C2782: “const _Ty &std::max(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1242) : 参见“std::max”的声明
可能是“int”
或 “char”
0_0_8215520_14837.cpp(20) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_8215520_14837.cpp(20) : error C2782: “const _Ty &std::max(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1242) : 参见“std::max”的声明
可能是“int”
或 “char”
|