有百度vc++6.0教程,但是编译,组建后还是不行,显示“无法执行程序”,帮忙回答一下,谢谢。使用代码如下:#include<stdio.h>
int main()
{
printf("hello world");
return 0;
}
2 回答
Vicky_米小饼
TA贡献1条经验 获得超0个赞
#include<stdio.h>
int main()
{
/*在双引号中间输入Hello World*/
printf("Hello World");
return 0;
}
- 2 回答
- 0 关注
- 1165 浏览
添加回答
举报
0/150
提交
取消