API Response (JSON)
{
"problem": {
"name": "A. Mahmoud and Ehab and the even-odd game",
"description": {
"content": "Mahmoud and Ehab play a game called the even-odd game. Ehab chooses his favorite integer _n_ and then they take turns, starting from Mahmoud. In each player's turn, he has to choose an integer _a_ and",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF959A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mahmoud and Ehab play a game called the even-odd game. Ehab chooses his favorite integer _n_ and then they take turns, starting from Mahmoud. In each player's turn, he has to choose an integer _a_ and...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Mahmoud 和 Ehab 玩一个叫做偶奇游戏的游戏。Ehab 选择他最喜欢的整数 $n$,然后他们轮流进行,从 Mahmoud 开始。在每个玩家的回合中,他必须选择一个整数 $a$ 并从 $n$ 中减去它,使得:\n\n如果当前玩家无法选择任何满足条件的数字,他就输了。如果双方都采取最优策略,你能确定获胜者吗?\n\n唯一的一行包含一个整数 $n$ $(1 ≤ n ≤ 10^9)$,即游戏开始时的数字...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the initial integer, with $ 1 \\leq n \\leq 10^9 $. \nPlayers alternate turns, starting with Mahmoud. \nOn a player’s turn, they must choose a positive in...",
"is_translate": false,
"language": "Formal"
}
]
}