为了账号安全,请及时绑定邮箱和手机立即绑定

这段代码哪里有问题,为什么答案不对?

#include <stdio.h>

int calculate1(int x)

{   int money;

    money=x*2.3+13+1;

    return money;

    

}

int calculate2(int x)

{   int money;

    money=x*2.76+13+1;

    return money;

    

}

int fn(int time)

{   int money,x=12;

    if ((23<=time<=24)||(0<=time<=5))

        {   money=calculate2(x);

        }

    else

        {   money=calculate1(x);

        }

    return money;

}

int main()

{   int allmoney;

    allmoney=fn(9)+fn(18);

    printf("%d\n",allmoney);

    return 0;

}  


正在回答

1 回答

money 前面的数据类型不应该是int

0 回复 有任何疑惑可以回复我~
#1

小白一个求大神带 提问者

谢谢谢谢
2019-03-01 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这段代码哪里有问题,为什么答案不对?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信