求帮忙,,大神们

来源:4-4 分支结构之嵌套if-else语句

慕移动8830491

2015-09-07 22:22

warning: no newline at end of file
In function 'main':
error: expected declaration or statement at end of input
error: expected declaration or statement at end of input



什么意思?????

写回答 关注

2回答

  • 慕移动8830491
    2015-09-11 19:48:51

    #include <stdio.h>

    int main() 

    {

        int sale=120; //销售业绩为120万

        int year=1; //刚刚进入公司1年

        //完善代码

    return 0;

    }


  • 伊兮尘昔
    2015-09-08 10:33:58

    代码贴一下看看

C语言入门

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

926020 学习 · 20793 问题

查看课程

相似问题