Bikini Bottom is teeming with superheroes who have superpowers. SpongeBob and Patrick want to decide, from a hero's name alone, whether that hero is one of the good guys or one of the baddies.
Help SpongeBob and Patrick decide whether each hero is good or bad.
Rules:
GOOD).A BADDY).NEUTRAL).The first line contains the number of test cases $n$ ($n > 0$).
Each of the next $n$ lines contains one hero name. Each name has at least 1 character and at most 25 characters.
Names consist only of uppercase and lowercase English letters and spaces. Spaces separate the words of a multi-word name.
For each name, print one line: the hero's name exactly as given, followed by a single space and is.
Then print GOOD, A BADDY, or NEUTRAL according to the counts of 'g' and 'b' in the name. In other words, each line has the form <name> is <verdict>.