Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

Problem hidden

ESYR - Khaita kha

no tags 

The problem is pretty simple, There are some special numbers and they are as follows:

987654312678, 987898765678, 987896545674, 456789234576, 987896512307, 987654888999, 999999993425.

Input

The first line of input will contain a pogitive integer T (T <= 50) denoting the number of test cases.

Then each case contains one 32 bit integer.

Output

Print "Special Number" if special number is found else print "Just a number" without quotes.

Don't forget to print a new line at the end of the output.

Example

Input

2
987654312678
98789878

Output

Special Number
Just a number

Added by:Sarwar
Date:2017-12-30
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All