API Response (JSON)
{
"problem": {
"name": "062. Delete Characters",
"description": {
"content": "Given a string S and a list of characters C, print string S after removing all of the characters given in list C. The first line is the string S to be modified. The second line contains integer N, wh",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269062"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a string S and a list of characters C, print string S after removing all of the characters given in list C.\n\nThe first line is the string S to be modified. The second line contains integer N, wh...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ S \\in \\Sigma^* $ be the input string over alphabet $ \\Sigma $. \nLet $ N \\in \\mathbb{Z}^+ $ be the number of characters to remove. \nLet $ C = \\{c_1, c_2, \\dots, c_N\\} \\subsete...",
"is_translate": false,
"language": "Formal"
}
]
}