#include <bits/stdc++.h>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
string S;
cin >> S;
cout << "Hola, " << S << '\n';
return 0;
}
I2luY2x1ZGUgPGJpdHMvc3RkYysrLmg+CnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgppbnQgbWFpbigpIHsKICAgIGlvczo6c3luY193aXRoX3N0ZGlvKGZhbHNlKTsKICAgIGNpbi50aWUobnVsbHB0cik7CgogICAgc3RyaW5nIFM7CiAgICBjaW4gPj4gUzsKCiAgICBjb3V0IDw8ICJIb2xhLCAiIDw8IFMgPDwgJ1xuJzsKCiAgICByZXR1cm4gMDsKfQ==