#24740: C++2行解


s911929@whsh.tc.edu.tw (yue)


#include<iostream>

using namespace std;int main(){string a; cin>>a;cout<<"hello, "<<a;}