if(m==0) l=-1; t=x-t/m ; else if (t-x-e) l=0; printf("%f\n%f
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/11 11:29:31
if(m==0) l=-1; t=x-t/m ; else if (t-x-e) l=0; printf("%f\n%f\n%f",x,t,k); else x=t; k++;
哪里不对
哪里不对
if(m==0) l=-1; t=x-t/m ; m都等于0了,
t/m 肯定错
再问: if(m==0) l=-1; else { t=x-t/m ; if (t-x-e) l=0; printf("%f\n%f\n%f",x,t,k); else /*else应该在哪啊*/ x=t; k++;} 这样也有错error C2181: illegal else without matching if 谢谢
再答: if .... else if ...... else ...... end 注意语法格式
t/m 肯定错
再问: if(m==0) l=-1; else { t=x-t/m ; if (t-x-e) l=0; printf("%f\n%f\n%f",x,t,k); else /*else应该在哪啊*/ x=t; k++;} 这样也有错error C2181: illegal else without matching if 谢谢
再答: if .... else if ...... else ...... end 注意语法格式
if(m==0) l=-1; t=x-t/m ; else if (t-x-e) l=0; printf("%f\n%f
if(a!=0) printf("%d\n",x); else printf("%d\n",
void main() {int x=4;if(x++>=5)printf("%d/n",x);else printf(
请高手给予程序讲解,特别对于if(f){x=x*10+c;} else{y=y+c/t;t=t*10;}}
已知二次函数f(x)=x^2+x+m,(m>0),若f(t)
已知∫(x,0) f(t-n)e^n dt=sinx,求f(x)
int f(int x){if(x==0) return 1;z+x*f(x-1);printf("%d",z);ret
1 m,l,f,i,a,y=?2 n,l,o,i=?3 j,i,e,u,c=?4 a,f,e,r,t,h=?5 m,o,
设有程序段t=0;while(printf("*")){t++;if(t
请帮我解下这个微分方程 E*I*d2y/dx2=F*(q-y)+T*(L-x) E,I,F,q,T,L为系数,d2y/d
英语翻译I ' m s t i l l n o t f e e l i n g t h e s a t i s f a
∫(0,x)f(t-x)dt=e^(-x²)+1 求f(x)