#include 

using namespace std;

int main()
{
   cout << "Hi, freaky world!" << endl;
   return 0;
}