#include <iostream>
using namespace std;

int main() {
	cout << "hello hunter_of_alts" << endl;
	return 0;
}