The budget for improving the Arbiter web site, an online judge, is finally approved, and the login page is yours to fix. The new login page should warn users about two common typing mistakes.
When a username and a password are entered on the login page, the system compares the entered password with the original password of that user. If the two are the same, the login succeeds and the user moves on to the right page. Otherwise the login fails. When the entered password is related to the original one in one of the ways below, the page also shows a hint.
Given the original password and the entered password, print the right message.
The first line contains the number of test cases n. Each of the next n lines holds one test case: two strings of alphanumeric characters, each of length at least 1 and at most 10, separated by a single space. The first string is the original password, and the second one is the password the user entered on the login page.
Print the result of the i-th test case on the i-th line. Each line starts with a header that carries the test case number, such as Case 1: or Case 2: , followed by one of the messages below.