Visual

#include
  int main()
  {
  std::cout<<"Hello World !"<<std::endl;
  char response;
  std::cin>>response;
  return 0;
  }

posted on 2015-04-25 22:44  啦啦啦嗨  阅读(182)  评论(0编辑  收藏  举报

导航