#34343: easy


yp11151151@yphs.tp.edu.tw (908-37陳祈佑)


//a001 哈囉
#include<bits/stdc++.h>
using namespace std;
int main(){
string a;//定義字元 
cin>>a;//輸入 
cout<<"hello, "<<a<<endl;//輸出 
    return 0;
}