API Response (JSON)
{
"problem": {
"name": "L. Queries on a String",
"description": {
"content": "A string s is given. Also there is a string p, and initially it is empty. You need to perform q operations of kind «add a letter to the end of the string p» and «remove a letter from the end of the st",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10175L"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A string s is given. Also there is a string p, and initially it is empty. You need to perform q operations of kind «add a letter to the end of the string p» and «remove a letter from the end of the st...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^* $ be a fixed string of length $ n $, where $ \\Sigma $ is the set of lowercase Latin letters. \nLet $ p \\in \\Sigma^* $ be a dynamic string, initially empty. \nLet...",
"is_translate": false,
"language": "Formal"
}
]
}