#include <iostream.h>

int main()
{
  cout << "Welcome to the world of compilation!" << endl;
  return 0;
}

