#34346: 答案要自己找


LEO960825 (())


#include<bits/stdc++.h>
using namespace std;
int main(){
    string a;
    cin>>a;
    cout<<"hello, "<<a<<endl;
}