Limits 500ms, 512 MB

It's known that Zacob is a reliable batsman of LU CSE Cricket Team. Also as long as he is on the crease, he becomes the matter of fear for the bowlers. But unfortunately his team has been thrown out from the quarter final in the last Leading University Inter Department Cricket Championship 2017. Now he is determined to win the Championship next year. He is also determined to score the runs hitting only 4’s and 6’s. So no singles, doubles or triples he is going to score next year.

Now he wonders whether he can score CC runs if he hits some non-negative number of 4’s and 6’s. More formally, you have to find if there exists two non-negative integers x and y such that 4x+6y=C4x + 6y = C.

Input

The first line contains TT (1T1001 \le T \le 100), indicating the number of test cases that follow.

The next TT lines will each have one integer CC (0C10180 \le C \le 10^{18}) as stated in the statement.

Output

If he can hit the score then output "Zacob Zacob!". Otherwise output "Sorry Zacob!" (without any quotations).

Sample

InputOutput
1
8
Zacob Zacob!

Submit

Login to submit.

Statistics

82% Solution Ratio
sakibalaminEarliest, Jul '17
Nasif_44thFastest, 0.0s
subhashis_cseLightest, 0 B
ShuddhoShortest, 82B
Toph uses cookies. By continuing you agree to our Cookie Policy.