问答详情
源自:4-4 分支结构之嵌套if-else语句

求帮忙,,大神们

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



什么意思?????

提问者:慕移动8830491 2015-09-07 22:22

个回答

  • 慕移动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

    代码贴一下看看