/* _ _ ___ _____ ___ __ __ _(_) | ____ _ ___ / _ \___ / _ \ / /_ \ \ / / | |/ / _` / __| | | | / / | | | '_ \ \ V /| | < (_| \__ \ |_| |/ /| |_| | (_) | \_/ |_|_|\_\__,_|___/\___//_/ \___/ \___/ VIKAS SINGH */ #include #define endl "\n" #define pb push_back typedef long long ll; typedef unsigned long long ull; typedef unsigned int ui; typedef std::vector vi; typedef std::vector vl; #define f(a,b,c) for(int a=b;a>a[ix]; #define p(x) printf("%d\n",x); #define pl(x) printf("%lld\n",x); #define p1d(a,n) for(int ix=0;ix>t; while(t--) { int n; cin>>n; if(a[n]%2==0){ cout<<"Bob\n"; }else{ cout<<"Alice\n"; } } }