#include <iostream>

int main() {
	std::cout << "hooy";
	return 0;
}