# include <iostream>int main(){ std::cout << "Hello, world!" << std::endl; getchar(); return 0;} 相关文章: 2021-12-27 2022-12-23