Hello World!

#include <iostream> #define Main main int Main(int Argc,char **Argv) { std::cout<<"Hello World!"<<std::endl; system("pause"); return 0; }
posted @ 2019-10-24 16:26  YZFHKMS-X  阅读(114)  评论(0编辑  收藏  举报