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

我哪里错了0 0

#include <stdio.h>
int main()
{
    //定义小编兜里的钱
    double money =    12  ;
    //定义打车回家的费用
    double cost =   11.5    ; 
    printf("小编能不能打车回家呢:");
    //输出y小编就打车回家了,输出n小编就不能打车回家
    printf("%c\n",money>cost ? 'y':'n')
    return 0;
}

正在回答

1 回答

第十行的printf后面少了个分号

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

举报

0/150
提交
取消

我哪里错了0 0

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