Limits 1s, 512 MB

Isabella is from the 19 series of RUET. She loves programming. Also, She considers a number lucky for her if it is divisible by 19. Recently she is trying to find out what numbers are lucky for her as per as her perception by programming. So, what are her lucky numbers?

Input

The first line contains a single integer tt (1t103)(1≤t≤10^3) - the number of test cases.

The first line of each test case contains a single integer nn (1n104)(1≤n≤10^4) - the number.

Output

For each test case, print “Lucky” (without quotes) if the number is lucky for her or “Unlucky” (without quotes) if the number is not lucky for her.

Sample

InputOutput
2
19
40
Lucky
Unlucky

Submit

Login to submit.

Statistics

100% Solution Ratio
Rafan_HaizarEarliest, Jul '22
Imran02Fastest, 0.0s
Mahi175Lightest, 131 kB
ShuddhoShortest, 62B
Toph uses cookies. By continuing you agree to our Cookie Policy.