API Response (JSON)
{
"problem": {
"name": "C. Smiley Faces (C)",
"description": {
"content": "Mr. Light is not satisfied with the number of smiley faces in his string. Now he wants to mirror exactly one substring (one or more consecutive characters in the string) to increase the number of smil",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10140C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mr. Light is not satisfied with the number of smiley faces in his string. Now he wants to mirror exactly one substring (one or more consecutive characters in the string) to increase the number of smil...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\{':', '(', ')'\\}^* $ be the input string of length $ n \\leq 2 \\times 10^5 $. \nA *smiley face* is a substring `\":)\"`. \nLet $ \\text{count}(s) $ denote the number of occu...",
"is_translate": false,
"language": "Formal"
}
]
}