小白,求问,输入对了代码为什么还会编译错误呢?
#include <stdio.h> //include 后面接空格
int main(int argc,char *argv[])
{
printf("hello world\n"); //分号格式 用英式
return 0;
}