#include <iostream> using namespace std; int main() { cout<<"hello world"<<endl; return0; }

#include <iostream>
using namespace std;
int main()
{
cout<<"hello world"<<endl;
return0;
}
怎么 错误啊。。用的vc++6.0中文企业版
空格了也不行,现在在上课了,网上截图

这代码没有问题啊。在最前面加一句#include "stdafx.h"
温馨提示:内容为网友见解,仅供参考
第1个回答  2012-10-23
return 0;

显示什么错误
第2个回答  2012-10-23
return 0; 要空格的哦
相似回答