#include using namespace std; int main(void){ int t; cin>>t; while(t--){ int h,w,b,s; cin>>h>>w>>b>>s; if(h>w)swap(h,w); if(h==1){ cout<<"Bob"<