Hi~

#include<iostream>
#include<cstdio>
using namespace std;
int main()
{
  printf("Hello,world!");
  return 0;
}

原文地址:https://www.cnblogs.com/wyfwey/p/7892351.html