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

闰年这一节是不是有问题?

#include <stdio.h>
int main() 
{
    int year = 2014; //今年是2014年
    //补全一下代码
    if(=)
    {
        printf("%s\n",今年是闰年);
    }
    else
    {
        printf("%s\n",今年是平年);
    }
    return 0;
}

试了很多次,怎么提交都是正确的提交之后就是类似与这样

<pre>hello.c: In function 'main': hello.c:6:8: error: expected expression before '=' token if(=) ^ hello.c:8:9: error: stray '\344' in program printf("%s\n",今年是闰年); ^ hello.c:8:9: error: stray '\273' in program hello.c:8:9: error: stray '\212' in program hello.c:8:9: error: stray '\345' in program hello.c:8:9: error: stray '\271' in program hello.c:8:9: error: stray '\264' in program hello.c:8:9: error: stray '\346' in program hello.c:8:9: error: stray '\230' in program hello.c:8:9: error: stray '\257' in program hello.c:8:9: error: stray '\351' in program hello.c:8:9: error: stray '\227' in program hello.c:8:9: error: stray '\260' in program hello.c:8:9: error: stray '\345' in program hello.c:8:9: error: stray '\271' in program hello.c:8:9: error: stray '\264' in program hello.c:12:9: error: stray '\344' in program printf("%s\n",今年是平年); ^ hello.c:12:9: error: stray '\273' in program hello.c:12:9: error: stray '\212' in program hello.c:12:9: error: stray '\345' in program

 一部分

怎么回事?

正在回答

2 回答

6行应该是 if(year%4==0)

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

边防连 提问者

上述原文提交,还是正确
2017-09-03 回复 有任何疑惑可以回复我~

第6行应该是 if(year%4==0)

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

边防连 提问者

明白,我故意删掉的,提交之后还是显示正确,
2017-09-03 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C语言入门
  • 参与学习       926210    人
  • 解答问题       20797    个

C语言入门视频教程,带你进入编程世界的必修课-C语言

进入课程

闰年这一节是不是有问题?

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