s1e6pow函数的问题
#include<studio.h>#include<math.h>
int main()
{
int result;
int a;
int b;
int c;
int d;
int e;
a=pow(1,2);
b=pow(2,3);
c=pow(3,4);
d=pow(4,5);
e=pow(5,6);
result=a+b+c+d+e;
printf("result=%d\n",result);
return 0;
}
请教下错在哪里,没法编译。谢谢 好羞耻啊,打错了,{:10_266:} -o 最佳答案-大佬就是大佬,一看就知道原因出在哪,要是我看半天代码,然后,我也不清楚,哈哈
页:
[1]