问答详情
源自:6-1 数组初体验

5-14下面的编程有哪些问题

#include<stdio.h>
int taxt( n)
{ int m1,m2,m3,c;
if(n<4)
{m1=13+1;
return m1;}
else if(c>=5&&c<23)
{  m2=13+1+2.3*(n-3);
return m2;
}
else
{m3=13+1+2.3*(n-3)*0.2;
return m3;
}
}
int main()
{int sum,t1,t2;
int n=12;
int c=9;
   t1=taxt(n);
   int c=18;
   t2=taxt(n);
   sum=t1+t2; printf("小明每天打车费用是:%d\n",sum);
return 0;

}57f5a291000149b905400960.jpg

提问者:慕粉1474293374 2016-10-06 09:02

个回答

  • CordisDie
    2016-10-06 18:30:26
    已采纳

    函数taxt中c<23&&c>5是总体条件,应该在外层判断,收费方式应该在内层
    还有,函数声明时没有声参数类型

  • 慕移动9181930
    2022-03-27 08:16:34

    calss.this.(属性+方法)~~~?<span>clearTimeout()···</span>