#include <bits/stdc++.h> using namespace std; int main() { char name[55]; cin >> name; cout << "hello, " << name << endl; return 0; }