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