/*
TASK:cannibal
LANG:C
*/

int main(void)
{
	printf("0\n");
	return 0;
}
