API Response (JSON)
{
"problem": {
"name": "A Reverse",
"description": {
"content": "You are given integers $L$, $R$, and a string $S$ consisting of lowercase English letters. Print this string after reversing (the order of) the $L$\\-th through $R$\\-th characters.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc233_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $L$, $R$, and a string $S$ consisting of lowercase English letters. \nPrint this string after reversing (the order of) the $L$\\-th through $R$\\-th characters.\n\n## Constraints\n\n*...",
"is_translate": false,
"language": "English"
}
]
}