#include using namespace std; int main(void){ int t; cin>>t; while(t--){ long long n; cin>>n; while(n){ if(n%2==0){ cout<<"Alice"<