#include <stdio.h>

void yes()
{
    puts("congrats with coming out");
}

char buf[4] = {};

void ask_user();
void ask_user()
{
	puts("are you gay?");
	void (*procs[])(void) = { &yes, &ask_user };
	(*(procs+!!(*((int *)gets(buf)) - 7562617)))();
}

int main(int, char **)
{
	ask_user();
}