API Response (JSON)
{
"problem": {
"name": "A. Almost Palindrome",
"description": {
"content": "A string is considered palindrome if it's the same if you read it from the left or from the right (if it stays the same when you reverse it). In this problem you are given a string, and your task is ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10160A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A string is considered palindrome if it's the same if you read it from the left or from the right (if it stays the same when you reverse it).\n\nIn this problem you are given a string, and your task is ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ T \\in \\mathbb{Z} $ be the number of test cases. \nFor each test case $ i \\in \\{1, \\dots, T\\} $, let $ n_i \\in \\mathbb{Z} $ be the total number of tabs and $ k_i \\in \\mathbb{Z} ...",
"is_translate": false,
"language": "Formal"
}
]
}