API Response (JSON)
{
"problem": {
"name": "A. Plug-in",
"description": {
"content": "Polycarp thinks about the meaning of life very often. He does this constantly, even when typing in the editor. Every time he starts brooding he can no longer fully concentrate and repeatedly presses t",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF81A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp thinks about the meaning of life very often. He does this constantly, even when typing in the editor. Every time he starts brooding he can no longer fully concentrate and repeatedly presses t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Polycarp 经常思考生命的意义。他无时无刻不在思考,甚至在打字时也是如此。每次他开始沉思,就无法完全集中注意力,反复按下本应只按一次的键。例如,他本应输入 \"how are you\",却可能输入 \"hhoow aaaare yyoouu\"。\n\nPolycarp 决定自动化纠正此类错误的过程。他打算为文本编辑器编写一个插件,该插件将删除所有相邻的相同字母对(如果文本中存在的话)。当然,这并非 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\{a, b, \\dots, z\\}^* $ be the input string of length $ n $, where $ 1 \\leq n \\leq 2 \\cdot 10^5 $.\n\n**Operation** \nDefine the reduction function $ R: \\{a, b, \\dots, z\\}^*...",
"is_translate": false,
"language": "Formal"
}
]
}