#include <iostream.h>

int main () {
 cout << "Hello (c++)" << endl;
 return 0;
}
