#include <iostream> using namespace std;
int main() { string s; cin >> s ; cout << "hello C++!" << endl;
return 0;}