int main(){ float rh = 0.0072f;int n5 = 5;float a4 = pow(1+rh/4,4*n5);printf("%f\n",a4);return 0;} 不知道你的程序完整代码是怎么样的,上面这个没问题。