API Response (JSON)
{
"problem": {
"name": "B. Mancala",
"description": {
"content": "Mancala is a game famous in the Middle East. It is played on a board that consists of 14 holes. <center></center>",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF975B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mancala is a game famous in the Middle East. It is played on a board that consists of 14 holes.\n\n<center></center>...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Mancala 是一种在中东地区广为流传的游戏。游戏在一个由 14 个洞组成的棋盘上进行。\n\n初始时,每个洞中有 $a_i$ 颗石子。当玩家进行一步操作时,他选择一个包含 *正数* 石子的洞,取出其中的所有石子,然后按逆时针方向,将这些石子逐个放入后续的洞中。\n\n注意,逆时针顺序意味着:如果玩家从第 $i$ 个洞取石子,他会将一颗石子放入第 $(i + 1)$ 个洞,接着是第 $(i + 2)$ ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ A = (a_1, a_2, \\dots, a_{14}) \\in \\mathbb{Z}_{\\geq 0}^{14} $ be the initial stone configuration, where: \n- $ a_i \\equiv 0 \\pmod{2} $ or $ a_i \\equiv 1 \\pmod{2} $ for all $ i \\...",
"is_translate": false,
"language": "Formal"
}
]
}