/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
{
#include<stdio.h> /*stdio.h*/
int main()
{
printf ("I love imooc!"); /*看一下这里的打印语句是否正确*/
return 0;
}
int main()是不能省掉的