API Response (JSON)
{
"problem": {
"name": "A. Letters Cyclic Shift",
"description": {
"content": "You are given a non-empty string _s_ consisting of lowercase English letters. You have to pick **exactly one non-empty substring** of _s_ and shift all its letters '_z_' '_y_' '_x_' '_b_' '_a_' '_z_'.",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF708A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a non-empty string _s_ consisting of lowercase English letters. You have to pick **exactly one non-empty substring** of _s_ and shift all its letters '_z_' '_y_' '_x_' '_b_' '_a_' '_z_'....",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个非空字符串 #cf_span[s],由小写英文字母组成。你需要恰好选择一个非空子串,并将其中所有字母进行如下变换:'_z_' 变为 '_y_','_y_' 变为 '_x_',……,'_b_' 变为 '_a_','_a_' 变为 '_z_'。换句话说,每个字符被替换为英文字母表中的前一个字母,'_a_' 被替换为 '_z_'。\n\n通过恰好执行一次这样的变换,你能得到的字典序最小的字符串是什么...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^n $ be a string of length $ n \\geq 1 $, where $ \\Sigma = \\{a, b, \\dots, z\\} $ is the set of lowercase English letters. \nDefine the *shift operation* $ \\sigma: \\Si...",
"is_translate": false,
"language": "Formal"
}
]
}