SP13806 CHAOS_CC - Chaos In Arkham
Description
Mayhem has struck Arkham Asylum!
Both Bane and Joker are running free in Arkham and rescuing other prisoners. The prison of Arkham consists of N cells in a row. To decide who is superior, they play the following game: Both take turns alternately, and in each turn a player can open any one cell of the prison. They define a block of 3 consecutive open prison cells as a "crime hole". The first one to create a "crime hole" wins and is declared as the Ultimate Villain of Gotham. Joker plays first.
As we know Bruce Wayne always keeps track of his enemies. In this situation he needs a program to decide who will emerge as the Ultimate Villain if both play optimally.
#### INPUT:
First line of input contains number of Test Cases T, followed by T lines. On each line you are given a single integer N, depicting the number of enemy camps.
#### OUTPUT:
For each N, print "Bane" if Bane wins, else print "Joker". (Quotes for clarity)
#### CONSTRAINTS
1
Input Format
N/A
Output Format
N/A