main()
{
	printf("#define WORDLENGTH %d\n",sizeof(int) * 8);
	exit(0);
}