CF859C Pie Rules

Description

You may have heard of the pie rule before. It states that if two people wish to fairly share a slice of pie, one person should cut the slice in half, and the other person should choose who gets which slice. Alice and Bob have many slices of pie, and rather than cutting the slices in half, each individual slice will be eaten by just one person. The way Alice and Bob decide who eats each slice is as follows. First, the order in which the pies are to be handed out is decided. There is a special token called the "decider" token, initially held by Bob. Until all the pie is handed out, whoever has the decider token will give the next slice of pie to one of the participants, and the decider token to the other participant. They continue until no slices of pie are left. All of the slices are of excellent quality, so each participant obviously wants to maximize the total amount of pie they get to eat. Assuming both players make their decisions optimally, how much pie will each participant receive?

Input Format

N/A

Output Format

N/A

Explanation/Hint

In the first example, Bob takes the size $ 141 $ slice for himself and gives the decider token to Alice. Then Alice gives the size $ 592 $ slice to Bob and keeps the decider token for herself, so that she can then give the size $ 653 $ slice to herself.