呆呆网虫
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
{
#include<stdio.h> /*stdio.h*/
int main()
{
printf ("I love imooc!"); /*看一下这里的打印语句是否正确*/
return 0;
}
int main()是不能省掉的
C语言入门
926041 学习 · 20793 问题
相似问题