API Response (JSON)
{
"problem": {
"name": "A. Antipalindrome",
"description": {
"content": "A string is a palindrome if it reads the same from the left to the right and from the right to the left. For example, the strings \"_kek_\", \"_abacaba_\", \"_r_\" and \"_papicipap_\" are palindromes, while t",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF981A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A string is a palindrome if it reads the same from the left to the right and from the right to the left. For example, the strings \"_kek_\", \"_abacaba_\", \"_r_\" and \"_papicipap_\" are palindromes, while t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "如果一个字符串从左到右和从右到左读都相同,则称其为回文串。例如,字符串 \"_kek_\"、\"_abacaba_\"、\"_r_\" 和 \"_papicipap_\" 是回文串,而字符串 \"_abb_\" 和 \"_iq_\" 不是。\n\n字符串 $s = s_1 s_2 dots.h s_(| s |)$ 的子串 $s [ l dots.h r ]$($1 lt.eq l lt.eq r lt.eq |...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s $ be a string of length $ n $, where $ s = s_1 s_2 \\dots s_n $, and $ s_i \\in \\{a, b, \\dots, z\\} $ for all $ i \\in \\{1, \\dots, n\\} $. \nLet $ \\mathcal{S} = \\{ s[l:r] \\mid 1 \\...",
"is_translate": false,
"language": "Formal"
}
]
}