[Solution] Game of Piles Version 2 CodeChef Solution 2022
There are piles where the pile consists of stones.
Chef and Chefina are playing a game taking alternate turns with Chef starting first.
In his/her turn, a player can choose any non-empty pile and remove exactly stone from it.
The game ends when exactly piles become empty. The player who made the last move wins.
Determine the winner if both players play optimally.
Input Format
- The first line of input will contain a single integer , denoting the number of test cases.
- Each test case consists of multiple lines of input.
Output Format
For each test case, output CHEF
if Chef wins the game, otherwise output CHEFINA
.
Note that the output is case-insensitive i.e. CHEF
, Chef
, cHeF
, and chef
are all considered the same.
Pass the Exam CodeChef Solution
Chef and Candies CodeChef Solution
Journey of the Knight CodeChef Solution
Slow Solution CodeChef Solution
Game of Piles Version 1 CodeChef Solution
Find A, B, C CodeChef Solution
Largest Square in the garden CodeChef Solution
Game of Piles Version 2 CodeChef Solution
Constraints
- Sum of over all test cases does not exceed
No comments:
Post a Comment