Cpp1.exe - 1 error(s), 0 warning(s) 哪里出错了? #includ <<iostream>> { inmain() std::cout <<"hello

如题所述

#include <iotream>
using namespace std;

int main()
{
cout<<"hello world\n";
return 0;
}
温馨提示:内容为网友见解,仅供参考
无其他回答

...0 warning(s) 哪里出错了? #includ <<iostream>> { inmain() std...
using namespace std;int main(){ cout<<"hello world\\n";return 0;}

相似回答