Hello,world

#include<iostream.h>

int main(){

  cout<<"Hello,world";

  return 0;

}

原文地址:https://www.cnblogs.com/maisie/p/11927064.html