#include using namespace std; int main(){ int t; cin>>t; while(t--){ int n; cin>>n; int x; string ans=(n%2?"Alice":"Bob"); while(n--)cin>>x; cout<