#include <stdio.h>

f(char*s){return*s&&2130466>>*s&1^f(s+1);}

int main()
{
	printf("%-6s: %u\n", "erees",  f("erees") );
	return 0;
}