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("小明每天打車費(fèi)用是:%d\n",sum);
return 0;
}
2016-10-06
函數(shù)taxt中c<23&&c>5是總體條件,應(yīng)該在外層判斷,收費(fèi)方式應(yīng)該在內(nèi)層
還有,函數(shù)聲明時沒有聲參數(shù)類型
2022-03-27
calss.this.(屬性+方法)囧~~~?<span>clearTimeout()寫錯了···</span>