"atcoder".substr()

AtCoder
IDabc264_a
Time2000ms
Memory256MB
Difficulty
Print the $L$\-th through $R$\-th characters of the string `atcoder`. ## Constraints * $L$ and $R$ are integers. * $1 \le L \le R \le 7$ ## Input Input is given from Standard Input in the following format: $L$ $R$ [samples]
Samples
Input #1
3 6
Output #1
code

The $3$\-rd through $6$\-th characters of `atcoder` are `code`.
Input #2
4 4
Output #2
o
Input #3
1 7
Output #3
atcoder
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"
    }
  ]
}
Full JSON Raw Segments