In a Chess match "a + b", each player has a clock which shows a minutes at the start and whenever a player makes a move, 6 seconds are added to this player's clock. Time on a player's clock decreases during that player's turns and remains unchanged during the other player's turns. If the time on some player's clock hits zero (but not only in this case), this player loses the game.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section: Chapter Questions
Problem 14PP
icon
Related questions
icon
Concept explainers
Question
Dynamic Programming
In a Chess match "a + b", each player has a clock which shows a minutes at the
start and whenever a player makes a move, b seconds are added to this player's
clock. Time on a player's clock decreases during that player's turns and remains
unchanged during the other player's turns. If the time on some player's clock hits
zero (but not only in this case), this player loses the game.
N+1
There's a 3 + 2 blitz chess match. After N turns (i.e.
moves made by
2
N
white and moves made by black), the game ends and the clocks of the two
2
players stop; they show that the players (white and black) have A and B seconds
left respectively. Note that after the N-th turn, b = 2 seconds are still added to the
clock of the player that made the last move and then the game ends.
Find the total duration of the game, i.e. the number of seconds that have elapsed
from the start of the game until the end.
Transcribed Image Text:In a Chess match "a + b", each player has a clock which shows a minutes at the start and whenever a player makes a move, b seconds are added to this player's clock. Time on a player's clock decreases during that player's turns and remains unchanged during the other player's turns. If the time on some player's clock hits zero (but not only in this case), this player loses the game. N+1 There's a 3 + 2 blitz chess match. After N turns (i.e. moves made by 2 N white and moves made by black), the game ends and the clocks of the two 2 players stop; they show that the players (white and black) have A and B seconds left respectively. Note that after the N-th turn, b = 2 seconds are still added to the clock of the player that made the last move and then the game ends. Find the total duration of the game, i.e. the number of seconds that have elapsed from the start of the game until the end.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Control Structure
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole