公司网站搭建教程百合怎么doi怎么做网站
ctrl+r 运行
也可以 直接写C++代码
如
#include<iostream>
using namespace std;int main()
{
cout<<"hello world"<<endl;
return 0;
}
运行后,下面控制台会输出hello world
ctrl+r 运行
也可以 直接写C++代码
如
#include<iostream>
using namespace std;int main()
{
cout<<"hello world"<<endl;
return 0;
}
运行后,下面控制台会输出hello world