import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { public static void main(String[] args) { Scanner in = new Scanner(System.in); int g = in.nextInt(); String win=""; for(int a0 = 0; a0 < g; a0++){ int n = in.nextInt(); int fact=0, count=0; // your code goes here if(n==1) win="Bob"; if(g<1000){ if(n<1000){ while(n>=2){ for(int i=2;i