#include using namespace std; int SieveOfEratosthenes(int n) { int j=0; bool prime[n+1]; for(int i=0;i>t; while(t--) { int n; cin>>n; if(n==1) cout<<"Bob"<