Problem G
Fooling Around
Alice and Bob take turns playing a game, with Alice going
first. They begin with a pile of
Input
The first line of input consists of a integer
Output
For each test case, output the winner “Alice” or “Bob”. Each testcase’s output should be printed on their own line.
Sample Input 1 | Sample Output 1 |
---|---|
6 1 2 3 5 8 13 |
Alice Alice Bob Alice Bob Alice |