API Response (JSON)
{
"problem": {
"name": "B. Mike and strings",
"description": {
"content": "Mike has _n_ strings _s_1, _s_2, ..., _s__n_ each consisting of lowercase English letters. In one move he can choose a string _s__i_, erase the first character and append it to the end of the string. ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF798B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mike has _n_ strings _s_1, _s_2, ..., _s__n_ each consisting of lowercase English letters. In one move he can choose a string _s__i_, erase the first character and append it to the end of the string. ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Mike 有 #cf_span[n] 个字符串 #cf_span[s1, s2, ..., sn],每个字符串均由小写英文字母组成。在一次操作中,他可以选择一个字符串 #cf_span[si],将其第一个字符删除并附加到该字符串的末尾。例如,如果他拥有字符串 \"_coolmike_\",一次操作后可以将其变为 \"_oolmikec_\"。\n\n现在 Mike 自问:他最少需要多少次操作,才能使所有字符串...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of strings, with $ 1 \\leq n \\leq 50 $. \nLet $ S = \\{s_1, s_2, \\dots, s_n\\} $ be a set of strings, each of length $ \\ell \\in \\mathbb{Z}^+ $, $ ...",
"is_translate": false,
"language": "Formal"
}
]
}