API Response (JSON)
{
"problem": {
"name": "H. Palindromic Cut",
"description": {
"content": "Kolya has a string _s_ of length _n_ consisting of lowercase and uppercase Latin letters and digits. He wants to rearrange the symbols in _s_ and cut it into the minimum number of parts so that each ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF883H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Kolya has a string _s_ of length _n_ consisting of lowercase and uppercase Latin letters and digits.\n\nHe wants to rearrange the symbols in _s_ and cut it into the minimum number of parts so that each ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "[{\"iden\":\"statement\",\"content\":\"Kolya 有一个长度为 $n$ 的字符串 $s$,由小写和大写拉丁字母及数字组成。\\n\\n他希望重新排列 $s$ 中的字符,并将其切割成最少数量的子串,使得每个子串都是回文,且所有子串的长度 _相同_。回文是指正读和反读都相同的字符串,例如 _madam_ 或 _racecar_。\\n\\n你的任务是帮助 Kolya,确定在允许重新排...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the length of the string $ s $. \nLet $ \\mathcal{C} $ be the multiset of character frequencies in $ s $, i.e., $ \\mathcal{C} = \\{ (c, f_c) \\mid c \\in \\t...",
"is_translate": false,
"language": "Formal"
}
]
}