SP18511 AKVOD06 - Cartman and Butters Game
Description
Cartman and Butters are playing a simple game. They have “N” boxes and each box has some amount of money inside it. The boxes are numbered as 1, 2 up to N. In each turn a player can remove a maximum of X(i) amount of money from box i. Inititally the value of X(i) ( 1
Input Format
The first line will contain "T" the no. of test cases. Then "T" test cases follow. The first line of each test case will contain two integers "N" and "Z". The next line will contain "N" integers Ai (1
Output Format
For each test case, print the name of winner "Cartman" or "Butters" in a separate line (without quotes).