API Response (JSON)
{
"problem": {
"name": "H. String Deletion",
"description": {
"content": "You have a string $s$ consisting of $n$ characters. Each character is either _0_ or _1_. You can perform operations on the string. Each operation consists of two steps: Note that both steps are mand",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10279H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have a string $s$ consisting of $n$ characters. Each character is either _0_ or _1_.\n\nYou can perform operations on the string. Each operation consists of two steps:\n\nNote that both steps are mand...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\{0,1\\}^n $ be a binary string of length $ n $. \nLet $ c_0 $ be the number of '0's in $ s $. \nLet $ c_1 $ be the number of '1's in $ s $. \n\n**Constraints** \n$ 1 \\leq ...",
"is_translate": false,
"language": "Formal"
}
]
}