#include<iostream> #include<unistd.h> using namespace std; int main() { cout<<"hello,world!"<<endl; return 0; pause; } 相关文章: 2021-12-07 2022-12-23 2022-12-23 2021-12-29 2022-01-31 2022-12-23 2022-12-23 2021-08-18