#include<iostream>
#include<unistd.h>
using namespace std;
int main()
{
    cout<<"hello,world!"<<endl;
    return 0;
    pause;
}

ubuntu下用vscode运行一个c++程序

 

相关文章:

  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
猜你喜欢
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-11-04
  • 2021-12-02
相关资源
相似解决方案