#include<iostream>
using namespace std;
int main(){
string a;
while (true){
cin >> a;
cout << "Hello, " << a << endl;
}
}
#include
using namespace std;
int main(){
string a;
while (true){
cin >> a;
cout << "Hello, " << a << endl;
}
}
don't send the good ans pls