# include <iostream>

int main()
{
  std::cout << "Hello, world!" << std::endl;
  getchar();
  return 0;
}

相关文章:

  • 2021-12-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-09
  • 2021-11-11
  • 2021-10-23
  • 2021-10-11
  • 2021-12-08
  • 2021-07-01
相关资源
相似解决方案