#2199: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`


eddison (殺很大.........)


  1. #include <cstdlib>   
  2. #include <iostream>   
  3.   
  4. using namespace std;   
  5.   
  6. int main(int argc, char *argv[])   
  7. {   
  8.    string a;   
  9.    while(cin>>a)   
  10.    {cout<<"hello, "<< a <<endl;   
  11.                 }   
  12.     system("PAUSE");   
  13.     return EXIT_SUCCESS;   
  14. }