API Response (JSON)
{
"problem": {
"name": "E. Swapping Characters",
"description": {
"content": "We had a string _s_ consisting of _n_ lowercase Latin letters. We made _k_ copies of this string, thus obtaining _k_ identical strings _s_1, _s_2, ..., _s__k_. After that, in each of these strings we ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF903E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We had a string _s_ consisting of _n_ lowercase Latin letters. We made _k_ copies of this string, thus obtaining _k_ identical strings _s_1, _s_2, ..., _s__k_. After that, in each of these strings we ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "我们有一个由 #cf_span[n] 个小写拉丁字母组成的字符串 #cf_span[s]。我们对该字符串制作了 #cf_span[k] 份副本,从而得到了 #cf_span[k] 个相同的字符串 #cf_span[s1, s2, ..., sk]。之后,在每个字符串中,我们恰好交换了两个字符(交换的字符可以相同,但它们在字符串中的索引必须不同)。\n\n现在你得到了 #cf_span[k] 个字符串 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ k, n \\in \\mathbb{Z}^+ $ with $ 1 \\leq k \\leq 2500 $, $ 2 \\leq n \\leq 5000 $, and $ k \\cdot n \\leq 5000 $. \nLet $ S = \\{s_1, s_2, \\dots, s_k\\} $ be a set of $ k $ strings, each...",
"is_translate": false,
"language": "Formal"
}
]
}