API Response (JSON)
{
"problem": {
"name": "A. The Way to Home",
"description": {
"content": "A frog lives on the axis _Ox_ and needs to reach home which is in the point _n_. She starts from the point 1. The frog can jump to the right at a distance not more than _d_. So, after she jumped from ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF910A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A frog lives on the axis _Ox_ and needs to reach home which is in the point _n_. She starts from the point 1. The frog can jump to the right at a distance not more than _d_. So, after she jumped from ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "一只青蛙生活在数轴 #cf_span[Ox] 上,需要到达位于点 #cf_span[n] 的家。它从点 #cf_span[1] 出发。青蛙每次可以向右跳跃不超过 #cf_span[d] 的距离。因此,当它从点 #cf_span[x] 跳跃后,可以到达点 #cf_span[x + a],其中 #cf_span[a] 是一个介于 #cf_span[1] 到 #cf_span[d] 之间的整数。\n\n对于...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, d \\in \\mathbb{Z} $ with $ 2 \\leq n \\leq 100 $, $ 1 \\leq d \\leq n-1 $. \nLet $ s \\in \\{0,1\\}^n $ be a binary string where $ s[i] = 1 $ iff a lily flower is present at positio...",
"is_translate": false,
"language": "Formal"
}
]
}