为什么编译错误
  • 板块灌水区
  • 楼主dabobo
  • 当前回复6
  • 已保存回复7
  • 发布时间2024/10/21 18:36
  • 上次更新2024/10/21 20:11:01
查看原帖
为什么编译错误
1419162
dabobo楼主2024/10/21 18:36

萌新刚学OI,想打Hello world然后CE了。。。

为什么。。。

#include <iostrea​m>
using namespace std;

int main()
{
	cout<<"Hello world";
    return 0;
}
2024/10/21 18:36
加载中...