using System; using System.Collections.Generic; using System.IO; using System.Linq; class Solution { static void Main(String[] args) { int g = Convert.ToInt32(Console.ReadLine()); for(int a0 = 0; a0 < g; a0++){ int n = Convert.ToInt32(Console.ReadLine()); // your code goes here if(n==1) Console.WriteLine("Bob"); else { bool[] ar=sieve(n); int c=0; for(int i=2;i