#39221: ну давай же


210627@st.chsh.chc.edu.tw (11905吳品諒)


#include<iostream>
using namespace std;
int main(){
    string s;
    cin>>s;
    cout<<"hello, "<<s<<"\n";
}