API Response (JSON)
{
"problem": {
"name": "E. Santa Claus and Tangerines",
"description": {
"content": "Santa Claus has _n_ tangerines, and the _i_\\-th of them consists of exactly _a__i_ slices. Santa Claus came to a school which has _k_ pupils. Santa decided to treat them with tangerines. However, the",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF748E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Santa Claus has _n_ tangerines, and the _i_\\-th of them consists of exactly _a__i_ slices. Santa Claus came to a school which has _k_ pupils. Santa decided to treat them with tangerines.\n\nHowever, the...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "圣诞老人有 #cf_span[n] 个橘子,第 #cf_span[i] 个橘子恰好由 #cf_span[ai] 片组成。圣诞老人来到一所有 #cf_span[k] 名学生的学校,决定用橘子招待他们。\n\n然而,橘子的数量可能不足以给每个学生至少一个橘子。因此,圣诞老人决定将橘子分割成更小的部分,以确保每个人都不会被冒犯。为此,他可以将一个橘子或任何已有的部分分割成两个更小的相等部分。如果他要分割的部...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of tangerines, $ k \\in \\mathbb{Z}^+ $ the number of pupils. \nLet $ A = (a_1, a_2, \\dots, a_n) $ with $ a_i \\in \\mathbb{Z}^+ $ be the slice c...",
"is_translate": false,
"language": "Formal"
}
]
}