“To Watson she is always the the Woman.”
Watson has a huge crush on Mary.He asked her out for a burger and she said "NO".However she agreed to go out with him when he asked her again, but only if the date was beautiful. According to Mary the date is beautiful if the digits in day and month of that date can be permuted to obtain the year of that date.For example 27-01-2017 was a beautiful date , however Watson missed that date.Help Watson so that he does not misses further dates.
Input Format:
First line contains number of testcases t.
The next t lines contain single string consisting date in format dd-mm-yyyy.
Output Format:
For each test cases:
Print "Lucky Watson" if the date is beautiful without quotes in a newline.
Print "Unlucky Watson" if the date is not beautiful without quotes in a newline.
Constraints:
Here in the first sample testcase
27-01-2017
dd = 27
mm = 01
yyyy = 2017
Here ‘2’ , ‘7’ , ‘0’ , ‘1’ can be permuted to obtain the year 2017.