主题:C++库函数问题
cmath中为什么没有定义 int pow(int,int)类型的函数
只有long double pow(long double,int)
float pow(float,int)
double pow(double,int)
double pow(double,double)
只有long double pow(long double,int)
float pow(float,int)
double pow(double,int)
double pow(double,double)