#include<stdio.h>
int main()
{
printf("I love imooc!");
return 0;
}
你看看是不是输入状态有误,要在英文半角的状态下输入代码
#include <stdio.h>老铁你没加空格吧