API Response (JSON)
{
"problem": {
"name": "A. Grasshopper And the String",
"description": {
"content": "One day, the Grasshopper was jumping on the lawn and found a piece of paper with a string. Grasshopper became interested what is the minimum _jump ability_ he should have in order to be able to reach ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF733A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "One day, the Grasshopper was jumping on the lawn and found a piece of paper with a string. Grasshopper became interested what is the minimum _jump ability_ he should have in order to be able to reach ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "有一天,蚱蜢在草坪上跳跃时发现了一张写有字符串的纸。蚱蜢想知道,为了仅在英语元音字母上跳跃并到达字符串的最末端,他所需的最小_跳跃能力_是多少。_跳跃能力_是指他单次跳跃的最大可能长度。\n\n形式化地,假设蚱蜢最初位于字符串最左侧字符的正前方。他的目标是到达字符串最右侧字符的右侧位置。每次跳跃,蚱蜢可以向右跳跃任意距离,范围为 #cf_span[1] 到他的_跳跃能力_值。\n\n以下字母为元音字母:'...",
"is_translate": true,
"language": "Chinese"
},
{
"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 \\{ \\text{A, B, ..., Z} \\} $. \nLet $ V = \\{ \\text{A, E, I, O, U, Y} \\} $ be the set of vowels. ...",
"is_translate": false,
"language": "Formal"
}
]
}