When the day begins, it's time to sing carols. Unfortunately, not all the family members know the lyrics to the same carols. Everybody knows at least one, though. You are given a array of lyrics. The j-th character of the i-th element of lyrics is Y if the i-th person knows the j-th carol, and N if he doesn't. Print the minimal number of carols that must be sung to allow everyone to sing at least once.
Input:-
1st line contains number of testcases and next 2 lines of each testcases contains N and N no. of lyrics.
Ouput:-
Print the minimal number of carols that must be sung to allow everyone to sing at least once.