#include #include<stdio.h>/*这里的好像缺少头文件哦!*/
int main()/*这里没有主函数名称的*/
{
printf("I love imooc!"); /*看一下这里的打印语句是否正确*/
return 0;
}
弄明白了