#include int main(){ int N; scanf("%d", &N); int ex_or = 0; for(int i=0;i 1){ ex_or ^= 1; } } if(ex_or == 0){ puts("Bob"); }else{ puts("Alice"); } }