Nothing to be done.那位指导一下在下
代码: 全选
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
代码: 全选
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}