0_0_3886023_4092.cpp
0_0_3886023_4092.cpp(111) : error C2780: “const _Ty &std::min(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1265) : 参见“std::min”的声明
0_0_3886023_4092.cpp(111) : error C2782: “const _Ty &std::min(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1257) : 参见“std::min”的声明
可能是“int”
或 “short”
0_0_3886023_4092.cpp(119) : error C2780: “const _Ty &std::min(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1265) : 参见“std::min”的声明
0_0_3886023_4092.cpp(119) : error C2782: “const _Ty &std::min(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1257) : 参见“std::min”的声明
可能是“int”
或 “short”
0_0_3886023_4092.cpp(133) : error C2065: “i” : 未声明的标识符
0_0_3886023_4092.cpp(133) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_3886023_4092.cpp(133) : error C3861: “rep”: 即使使用参数相关的查找,也未找到标识符
|