#include <iostream>

using namespace std;

main()
{

   cout << "Hello world" << endl;

}
