API Response (JSON)
{
"problem": {
"name": "034. Broken Ladder",
"description": {
"content": "You have a broken ladder. Your ladder would normally have $n$ rungs numbered from 1 to $n$, but unfortunately some of the rungs have broken off. You can only climb up the ladder if the minimum gap bet",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269034"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have a broken ladder. Your ladder would normally have $n$ rungs numbered from 1 to $n$, but unfortunately some of the rungs have broken off. You can only climb up the ladder if the minimum gap bet...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of remaining rungs. \nLet $ k \\in \\mathbb{Z}^+ $ be the maximum allowable gap between consecutive rungs. \nLet $ A = (a_1, a_2, \\dots, a_n) $...",
"is_translate": false,
"language": "Formal"
}
]
}