Pages

Monday, July 25, 2011

a001: 哈囉

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

No comments:

Post a Comment