哪里错了,请告诉下

来源:1-2 C程序结构

呆呆网虫

2015-12-11 20:27

/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
{

写回答 关注

2回答

  • 流浪_老
    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()是不能省掉的

C语言入门

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

926041 学习 · 20793 问题

查看课程

相似问题