API Response (JSON)
{
"problem": {
"name": "A. Mike and palindrome",
"description": {
"content": "Mike has a string _s_ consisting of only lowercase English letters. He wants to **change exactly one** character from the string so that the resulting one is a palindrome. A palindrome is a string th",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF798A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mike has a string _s_ consisting of only lowercase English letters. He wants to **change exactly one** character from the string so that the resulting one is a palindrome.\n\nA palindrome is a string th...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Mike 有一个仅由小写英文字母组成的字符串 #cf_span[s]。他希望将字符串中的*恰好一个*字符进行修改,使得修改后的字符串成为回文串。\n\n回文串是指正读和反读都相同的字符串,例如字符串 \"_z_\"、\"_aaa_\"、\"_aba_\"、\"_abccba_\" 是回文串,但字符串 \"_codeforces_\"、\"_reality_\"、\"_ab_\" 不是。\n\n第一行且仅有一行包含字符串 #cf_sp...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^* $ be a string of length $ n $, where $ \\Sigma = \\{a, b, \\dots, z\\} $ and $ 1 \\leq n \\leq 15 $.\n\n**Constraints** \n1. $ |s| = n $, with $ 1 \\leq n \\leq 15 $ \n2. ...",
"is_translate": false,
"language": "Formal"
}
]
}