API Response (JSON)
{
"problem": {
"name": "A. Mister B and Book Reading",
"description": {
"content": "Mister B once received a gift: it was a book about aliens, which he started read immediately. This book had _c_ pages. At first day Mister B read _v_0 pages, but after that he started to speed up. Ev",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF820A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mister B once received a gift: it was a book about aliens, which he started read immediately. This book had _c_ pages.\n\nAt first day Mister B read _v_0 pages, but after that he started to speed up. Ev...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Mister B 曾收到一份礼物:一本关于外星人的书,他立即开始阅读。这本书共有 $c$ 页。\n\n第一天,Mister B 读了 $v0$ 页,但之后他开始加快速度。从第二天起,每天他比前一天多读 $a$ 页(第一天读 $v0$ 页,第二天读 $v0 + a$ 页,第三天读 $v0 + 2a$ 页,依此类推)。但 Mister B 只是普通人,因此他每天实际能读的页数最多不超过 $v1$ 页。\n\n...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ c \\in \\mathbb{Z}^+ $ be the total number of pages in the book. \nLet $ v_0, v_1, a, l \\in \\mathbb{Z} $ be the initial reading speed, maximum reading speed, daily acceleration, ...",
"is_translate": false,
"language": "Formal"
}
]
}