API Response (JSON)
{
"problem": {
"name": "F. Anti-Palindromize",
"description": {
"content": "A string _a_ of length _m_ is called _antipalindromic_ iff _m_ is even, and for each _i_ (1 ≤ _i_ ≤ _m_) _a__i_ ≠ _a__m_ - _i_ + 1. Ivan has a string _s_ consisting of _n_ lowercase Latin letters; _n",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF884F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A string _a_ of length _m_ is called _antipalindromic_ iff _m_ is even, and for each _i_ (1 ≤ _i_ ≤ _m_) _a__i_ ≠ _a__m_ - _i_ + 1.\n\nIvan has a string _s_ consisting of _n_ lowercase Latin letters; _n...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "长度为 #cf_span[m] 的字符串 #cf_span[a] 被称为 _antipalindromic_,当且仅当 #cf_span[m] 为偶数,且对每个 #cf_span[i](#cf_span[1 ≤ i ≤ m])都有 #cf_span[ai ≠ am - i + 1]。\n\nIvan 有一个由 #cf_span[n] 个小写拉丁字母组成的字符串 #cf_span[s];#cf_span...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ n $ be an even positive integer, $ s \\in \\Sigma^n $ a string over lowercase Latin letters, and $ b \\in \\mathbb{Z}^n $ a vector of beauties.\n\nDefine a permutation $ t $ of $ s $ to be **antipalin...",
"is_translate": false,
"language": "Formal"
}
]
}