Visual

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

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

导航