0_0_9674639_5275.cpp
0_0_9674639_5275.cpp(25) : error C2668: “acos” : 对重载函数的调用不明确
VC\include\math.h(586): 可能是“long double acos(long double)”
VC\include\math.h(538): 或 “float acos(float)”
VC\include\math.h(183): 或 “double acos(double)”
试图匹配参数列表“(int)”时
0_0_9674639_5275.cpp(71) : error C2780: “const _Ty &std::min(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 2 个
VC\include\xutility(1265) : 参见“std::min”的声明
0_0_9674639_5275.cpp(71) : error C2782: “const _Ty &std::min(const _Ty &,const _Ty &)” : 模板参数“_Ty”不明确
VC\include\xutility(1257) : 参见“std::min”的声明
可能是“int”
或 “double”
|