[Solution] Card Trick Codeforces Solution | Codeforces Problem Solution 2022
Monocarp has just learned a new card trick, and can't wait to present it to you. He shows you the entire deck of cards. You see that the values of cards from the topmost to the bottommost are integers , and all values are different.
Then he asks you to shuffle the deck times. With the -th shuffle, you should take topmost cards and move them under the remaining cards without changing the order.
And then, using some magic, Monocarp tells you the topmost card of the deck.
However, you are not really buying that magic. You tell him that you know the topmost card yourself. Can you surprise Monocarp and tell him the topmost card before he shows it?
The first line contains a single integer () — the number of testcases.
The first line of each testcase contains a single integer () — the number of cards in the deck.
The second line contains pairwise distinct integers () — the values of the cards.
The third line contains a single integer () — the number of shuffles.
The fourth line contains integers () — the amount of cards that are moved on the -th shuffle.
The sum of over all testcases doesn't exceed . The sum of over all testcases doesn't exceed .
For each testcase, print a single integer — the value of the card on the top of the deck after the deck is shuffled
No comments:
Post a Comment