vc++刚安装
vc++ 老显示 test4.exe - 1 error(s), 0 warning(s)写网上的代码也是这样子求救 把你代码发发 程序有一个错误 大马强 发表于 2021-8-5 15:20把你代码发发
#include <stdio.h>
void main()
{
printf("世界你好! \n");
} 代码是这样子
#include <stdio.h>
void main()
{
printf("世界你好! \n");
} #include <stdio.h>
int main()
{
printf("世界你好! \n");
return 0;
} 不叫末班车 发表于 2021-8-5 15:28
代码是这样子
#include
编译器问题,devc++能够运行你的代码 我大一老师说过,你的那种时旧写法,有的编译器不支持 vc++太老了 你的代码我vscode运行没问题
页:
[1]