import std.stdio;

int main() {
	"Хуй".writeln;
	
	return 0;
}