#include <iostream>

int main(int argc, char **argv)
{
	using namespace std;
		
	cout << "Hello" << endl;
	return (0);
}
