error C2296: '^' : illegal, left operand has type 'double'
求助!我都快疯了#include<stdio.h>#include<math.h>voidmain(){doublefun(inti,intn);intE,F,l,i,n...
求助!我都快疯了
#include <stdio.h>
#include<math.h>
void main ()
{double fun(int i,int n);
int E,F,l,i,n;
double A,c,x;
c=0;A=0;l=500;F=75;E=200;
printf("请输入n的值(n值越大,计算精度越高):");
scanf("%d",&n);
x=l/n;
for(i=0;i<n;i++)
{A=A+fun(i,n)+fun(i+1,n);
}
c=c+2*F*x/E/A;
printf("%d\n\n",A);
}
double fun(int i,int n)
{int a;
double b,c,d,e,f;
a=1000;
e=i/n;
f=e^(4/3);
d=1-1/2*f;
c=d^(1/3);
b=a*c;
return b;
}
D:\Downloads\VC++6.0完整绿色版.rar\VC++6.0完整绿色版\新建文件夹\Cpp2.cpp(22) : error C2296: '^' : illegal, left operand has type 'double'
D:\Downloads\VC++6.0完整绿色版.rar\VC++6.0完整绿色版\新建文件夹\Cpp2.cpp(24) : error C2296: '^' : illegal, left operand has type 'double'
执行 cl.exe 时出错.
Cpp2.exe - 1 error(s), 0 warning(s)
到底哪里错了啊?
试了,这个不对,还是要感谢你 展开
#include <stdio.h>
#include<math.h>
void main ()
{double fun(int i,int n);
int E,F,l,i,n;
double A,c,x;
c=0;A=0;l=500;F=75;E=200;
printf("请输入n的值(n值越大,计算精度越高):");
scanf("%d",&n);
x=l/n;
for(i=0;i<n;i++)
{A=A+fun(i,n)+fun(i+1,n);
}
c=c+2*F*x/E/A;
printf("%d\n\n",A);
}
double fun(int i,int n)
{int a;
double b,c,d,e,f;
a=1000;
e=i/n;
f=e^(4/3);
d=1-1/2*f;
c=d^(1/3);
b=a*c;
return b;
}
D:\Downloads\VC++6.0完整绿色版.rar\VC++6.0完整绿色版\新建文件夹\Cpp2.cpp(22) : error C2296: '^' : illegal, left operand has type 'double'
D:\Downloads\VC++6.0完整绿色版.rar\VC++6.0完整绿色版\新建文件夹\Cpp2.cpp(24) : error C2296: '^' : illegal, left operand has type 'double'
执行 cl.exe 时出错.
Cpp2.exe - 1 error(s), 0 warning(s)
到底哪里错了啊?
试了,这个不对,还是要感谢你 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询