问答详情
源自:1-2 C程序结构

哪里错了,请告诉下

/249/5097/BG8O/hello.c:1:28: error: #include expects "FILENAME" or#include        /*stdio.h*/
                           ^
/249/5097/BG8O/hello.c:4:1: error: expected identifier or '(' before '{' token
{

提问者:呆呆网虫 2015-12-11 20:27

个回答

  • 流浪_老
    2015-12-11 22:58:18

    #include<stdio.h>        /*stdio.h*/

    int main()

                    

    {

       printf   ("I love imooc!");    /*看一下这里的打印语句是否正确*/  

        return 0;

    }


  • 忆木偶
    2015-12-11 20:32:16

    int main()是不能省掉的