1031308_0_0_2030.cpp
1031308_0_0_2030.cpp(7) : error C2668: “sqrt” : 对重载函数的调用不明确
VC\include\math.h(626): 可能是“long double sqrt(long double)”
VC\include\math.h(578): 或 “float sqrt(float)”
VC\include\math.h(200): 或 “double sqrt(double)”
试图匹配参数列表“(int)”时
1031308_0_0_2030.cpp(39) : error C2872: “max” : 不明确的符号
可能是“1031308_0_0_2030.cpp(4) : int max”
或 “max”
1031308_0_0_2030.cpp(44) : error C2872: “max” : 不明确的符号
可能是“1031308_0_0_2030.cpp(4) : int max”
或 “max”
1031308_0_0_2030.cpp(46) : error C2872: “max” : 不明确的符号
可能是“1031308_0_0_2030.cpp(4) : int max”
或 “max”
|