运行有问题,大师们求解

img

img

差了代码
您写的是cout << "Hello, world";
正确的应该为: cout << "Hello, world" << endl;

这边还是建议下载Dev-c++