The new world believes in equality for everyone and that they must have equal rights and individual identity, regardless of what they are and from where they belong. In this problem, everyone should be present equally. The string may contain lowercase alphabets, uppercase alphabets, numbers or other characters but everyone should exist equally. If the string is such then print "Equality For Everyone" otherwise print "No Equality".
The first line of input consists of numbers of test cases, T.
Next T lines consist of strings to check.
1<= T <=10
1<= |string| <=1000
Print the required output.
3
aaabbBBAAA12345)(*&^
aa11BB!!!!!!
aWsEdR1!2@3#
Equality For Everyone
No Equality
Equality For Everyone