一段英文的Compile Error读不懂!谁知道这是什么错!
Compile Error:Main.cpp
F:\temp\11431923.7192\Main.cpp(15) : error C2668: 'pow' : ambiguous call to overloaded function
math.h(575): could be 'long double pow(long double,int)'
math.h(527): or 'float pow(float,int)'
math.h(489): or 'double pow(double,int)'
while trying to match the argument list '(int, int)'
F:\temp\11431923.7192\Main.cpp(31) : error C2668: 'pow' : ambiguous call to overloaded function
math.h(575): could be 'long double pow(long double,int)'
math.h(527): or 'float pow(float,int)'
math.h(489): or 'double pow(double,int)'
while trying to match the argument list '(int, int)'