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