API Response (JSON)
{
"problem": {
"name": "B. Hamster Farm",
"description": {
"content": "Dima has a hamsters farm. Soon _N_ hamsters will grow up on it and Dima will sell them in a city nearby. Hamsters should be transported in boxes. If some box is not completely full, the hamsters in i",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF939B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Dima has a hamsters farm. Soon _N_ hamsters will grow up on it and Dima will sell them in a city nearby.\n\nHamsters should be transported in boxes. If some box is not completely full, the hamsters in i...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Dima 有一个仓鼠农场。不久后,将有 $N$ 只仓鼠在农场长大,Dima 将把它们运到附近的城市场销售。\n\n仓鼠必须装在箱子里运输。如果某个箱子没有装满,里面的仓鼠会感到无聊,因此每个箱子都必须完全装满仓鼠。\n\nDima 可以从工厂购买箱子。工厂生产 $K$ 种类型的箱子,第 $i$ 种类型的箱子可以容纳 $a_i$ 只仓鼠。Dima 可以购买任意数量的箱子,但他只能选择购买一种类型的箱子以获得...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z}_{\\geq 0} $ be the number of hamsters. \nLet $ K \\in \\mathbb{Z}^+ $ be the number of box types. \nLet $ A = (a_1, a_2, \\dots, a_K) $ be a sequence of positive i...",
"is_translate": false,
"language": "Formal"
}
]
}