提示一个错误求更正
#include <stdio.h>
float jg1,jg2,jg
float cx1(int s)
{
if(s>3)
{
jg1=13+(s-3)*2.3;
}
else
{
jg1=13;
}
return jg1;
}
float cx2(int a)
{
if(a>23||a<5)
{
jg2=sx2.3*0.2;
}
else
{
jg2=0;
}
return jg2;
}
int main()
{
gj=cx1(12)+cx2(9)+cx1(12)+cx2(18)+2;
printf("小明每天打车的总费用是:%f",gj);
return 0;
}
怎么总提示一个错误,哪里错了?