0_0_4729080_17668.cpp
0_0_4729080_17668.cpp(85) : error C2668: “ceil” : 对重载函数的调用不明确
VC\include\math.h(594): 可能是“long double ceil(long double)”
VC\include\math.h(546): 或 “float ceil(float)”
VC\include\math.h(208): 或 “double ceil(double)”
试图匹配参数列表“(int)”时
0_0_4729080_17668.cpp(85) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_4729080_17668.cpp(86) : error C2668: “floor” : 对重载函数的调用不明确
VC\include\math.h(604): 可能是“long double floor(long double)”
VC\include\math.h(556): 或 “float floor(float)”
VC\include\math.h(209): 或 “double floor(double)”
试图匹配参数列表“(int)”时
0_0_4729080_17668.cpp(86) : error C2780: “const _Ty &std::min(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1265) : 参见“std::min”的声明
|