0_0_12158255_25575.cpp
0_0_12158255_25575.cpp(94) : error C2780: “const _Ty &std::min(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1265) : 参见“std::min”的声明
0_0_12158255_25575.cpp(94) : error C2782: “const _Ty &std::min(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1257) : 参见“std::min”的声明
可能是“int”
或 “int [60]”
0_0_12158255_25575.cpp(109) : error C2440: “=” : 无法从“int”转换为“int [60]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_12158255_25575.cpp(144) : error C2660: “DLX::addRow” : 函数不接受 1 个参数
|