Binary Blackboard
Oscar and Eric play the following game. First, they agree on a positive integer , and they begin by writing its binary representation on a blackboard. They then take turns, with Oscar going first, to write a number on the blackboard in binary representation, such that the sum of all written numbers does not exceed .
The game ends when there are no valid moves left. Oscar wins if the number of s on the blackboard is odd, and Eric wins if it is even.
Let be the sum of all for which Eric can guarantee winning, assuming optimal play.
For example, the first few values of for which Eric can guarantee winning are . Hence .
You are also given that and .
Find . Give your answer modulo .
二进制黑板
奥斯卡和埃里克正在玩游戏。首先,他们共同选择一个整数,然后将其二进制表示写在黑板上。然后,由奥斯卡先行,两人轮流在黑板上写上一个数的二进制表示,同时要求所有写在黑板上的数之和不能超过。
当不能够再写任何数时,游戏结束。若游戏结束时黑板上的的数目为奇数,则奥斯卡获胜,若为偶数则埃里克获胜。
在双方都采用最优策略的情况下,记为在的范围内埃里克能够保证获胜的之和。
例如,最小的几个埃里克能够保证获胜的分别是。因此。
已知,。
求并将你的答案对取余。
Be the first person to leave a comment!