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