API Response (JSON)
{
"problem": {
"name": "\"atcoder\".substr()",
"description": {
"content": "Print the $L$\\-th through $R$\\-th characters of the string `atcoder`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc264_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Print the $L$\\-th through $R$\\-th characters of the string `atcoder`.\n\n## Constraints\n\n* $L$ and $R$ are integers.\n* $1 \\le L \\le R \\le 7$\n\n## Input\n\nInput is given from Standard Input in the foll...",
"is_translate": false,
"language": "English"
}
]
}