hiho week 44 register

Ended

Participants:930

Verdict:Accepted
Score:100 / 100
Submitted:2015-05-04 21:39:13

Lang:G++

Edit
1
2
3
4
5
6
7
8
9
10
11
#include<cstdio>
int main(){
    int n,x=0,t;
    scanf("%d",&n);
    while(n--){
        scanf("%d",&t);
        x^=t;
    }
    puts(x?"Alice":"Bob");
    return 0;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX