import std.c.stdio;

int main() {
	printf("Kitty on your lap\n");
	return 0;
}