2010年7月30日 星期五

高中 a001: 哈囉



想看題目請點我

#include<iostream>
using namespace std;  
int main() {
     string s;
     while(cin >> s)
     {
          cout << "hello, "<< s << endl;
     }
     return 0;
}