如何给VC++这题解答呢!
#include<stdio.h>
void main()
{
printf("hello world\n");
}
出现一处错误
#include<stdio.h>
void main()
{
printf("hello world\n");
}
出现一处错误
2006-07-26 15:48
2006-07-30 07:53
没有错误啊 我运行了 可能是 你装的 软件的 问题 吧!
2006-09-26 01:00