#includeusing namespace std;int main(){cout<<Hello, 1949 and 2015!;return 0;}
int A,B; cin>>A>>B; cout<<"Hello, "<<A<<' '<<B<<"!";