API Response (JSON)
{
"problem": {
"name": "I. String Reversal",
"description": {
"content": "You are given a string $s$. You have to reverse it — that is, the first letter should become equal to the last letter before the reversal, the second letter should become equal to the second-to-last l",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10279I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $s$. You have to reverse it — that is, the first letter should become equal to the last letter before the reversal, the second letter should become equal to the second-to-last l...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s = s_1 s_2 \\dots s_n $ be a string of length $ n $, where each $ s_i \\in \\Sigma $, $ \\Sigma $ is the set of lowercase Latin letters. \nLet $ s^R = s_n s_{n-1} \\dots s_1 $ be t...",
"is_translate": false,
"language": "Formal"
}
]
}