API Response (JSON)
{
"problem": {
"name": "C. String Transformation",
"description": {
"content": "You are given a string _s_ consisting of |_s_| small english letters. In one move you can replace any character of this string to the next character in alphabetical order (_a_ will be replaced with _",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF946C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string _s_ consisting of |_s_| small english letters.\n\nIn one move you can replace any character of this string to the next character in alphabetical order (_a_ will be replaced with _...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你被给定一个由 #cf_span[|s|] 个小写英文字母组成的字符串 #cf_span[s]。\n\n在一次操作中,你可以将该字符串中的任意字符替换为字母表中的下一个字符(_a_ 会被替换为 _b_,_s_ 会被替换为 _t_,依此类推)。你不能将字母 _z_ 替换为任何其他字母。\n\n你的目标是进行若干次操作(不要求最少)以使字符串 _abcdefghijklmnopqrstuvwxyz_(英文字母...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\{a, b, \\dots, z\\}^* $ be the input string of length $ n = |s| $, with $ 1 \\leq n \\leq 10^5 $. \nLet $ \\Sigma = \\texttt{\"abcdefghijklmnopqrstuvwxyz\"} $ be the target alph...",
"is_translate": false,
"language": "Formal"
}
]
}