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

为什么输出答案是乱码?不是 今年是平年?系统又说通过了

#include <stdio.h>

int main() 

{

    int year = 2014; //今年是2014年

    if((year%4==0&&year%100!=0)||year%400!=0)//补全一下代码

    {

        printf("今年是闰年");

    }    

    else

    {

        printf("今年是平年");

    }    

    return 0;

}


正在回答

1 回答

两个printf的分号改成英文的

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

举报

0/150
提交
取消

为什么输出答案是乱码?不是 今年是平年?系统又说通过了

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