welcome to c++ 爱喝水的小汪 2023-02-14 83 阅读1分钟 #include<iostream> using std::cout,std::endl; int main() { cout<<"hello world"<<endl; return 0; }