#37772: 非常難


yp11251185@yphs.tp.edu.tw (801-30)


#include <bits/stdc++.h>
using namespace std;
int main(){ 
    string n;
    cin >> n;
    cout << "hello, " << n << '\n';
}