#include<iostream> using namespace std; int main() { char a[10]; cin >> a; cout <<"hello, "; cout << a; return 0; }