我下载的是帖内的 http://tieba.baidu.com/p/1413677956 中的Win7绿色版 然而安装后输入代码
#include <stdio.h>
int main()
{
printf("hello world \n");
return 0;
}
F7却一直显示 1 error(s), 0 warning(s) 重装或者重输代码都不行
#include <stdio.h>
int main()
{
printf("hello world \n");
return 0;
}
F7却一直显示 1 error(s), 0 warning(s) 重装或者重输代码都不行