One input holds a batch of passwords to process.
The first line contains an integer N, the number of passwords to process.
Each password is given on two lines. The first line contains an integer S, the size of the password. The next line contains a sequence of S characters, the password to check.
A password contains only the letters a to z (lowercase and uppercase), the digits 0 to 9, and the symbols +_)(*&^%$#@!./,;{}.
The size of a password is at most 30, and one input contains at most 100 passwords.