API Response (JSON)
{
"problem": {
"name": "A. Palindrome",
"description": {
"content": "*Palindrome* is a word that looks the same when you read it from the beginning and from the end. For example \"kayak\", \"level\". The same is with numbers: $909$, $1221$, $12321$ are palindromes. For a g",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10241A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "*Palindrome* is a word that looks the same when you read it from the beginning and from the end. For example \"kayak\", \"level\". The same is with numbers: $909$, $1221$, $12321$ are palindromes. For a g...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ n \\geq 2 $. \nLet $ a, b \\in \\Sigma^n $, where $ \\Sigma = \\{ \\text{a}, \\text{b}, \\dots, \\text{z} \\} $, be two strings of length $ n $. \n\n**Constraints** ...",
"is_translate": false,
"language": "Formal"
}
]
}