API Response (JSON)
{
"problem": {
"name": "F. String Compression",
"description": {
"content": "Ivan wants to write a letter to his friend. The letter is a string _s_ consisting of lowercase Latin letters. Unfortunately, when Ivan started writing the letter, he realised that it is very long and",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF825F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ivan wants to write a letter to his friend. The letter is a string _s_ consisting of lowercase Latin letters.\n\nUnfortunately, when Ivan started writing the letter, he realised that it is very long and...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Ivan 想给他的朋友写一封信。这封信是一个由小写拉丁字母组成的字符串 #cf_span[s]。\n\n不幸的是,当 Ivan 开始写信时,他意识到信太长了,写完整封信可能需要极长的时间。因此,他希望写字符串 #cf_span[s] 的 _压缩版本_,而不是直接写原字符串。\n\n字符串 #cf_span[s] 的 _压缩版本_ 是一个字符串序列 #cf_span[c1, s1, c2, s2, ...,...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^* $ be the input string, where $ \\Sigma = \\{a, b, \\dots, z\\} $ and $ 1 \\leq |s| \\leq 8000 $. \nA *compressed version* of $ s $ is a sequence of pairs $ (c_1, s_1),...",
"is_translate": false,
"language": "Formal"
}
]
}