/*使用软件为vs2019*/ 代码如下 #include<iostream> using namespace std; int main() { cout << "hello world" << endl; system("pause"); return 0; }