API Response (JSON)
{
"problem": {
"name": "141. Majestic Strings",
"description": {
"content": "You define a string to be a _majestic string_ if each successive character in the string comes one character later in the alphabet than the one before it. For example, _bcdef_ is a majestic string, an",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269141"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You define a string to be a _majestic string_ if each successive character in the string comes one character later in the alphabet than the one before it. For example, _bcdef_ is a majestic string, an...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s = s_1 s_2 \\dots s_n $ be a string of length $ n \\geq 1 $, where each $ s_i \\in \\{a, b, \\dots, z\\} $. \nDefine the alphabetical position function $ f: \\{a, b, \\dots, z\\} \\to \\...",
"is_translate": false,
"language": "Formal"
}
]
}