#abc264a. [abc264_a]"atcoder".substr()
[abc264_a]"atcoder".substr()
Problem Statement
Print the -th through -th characters of the string atcoder
.
Constraints
- and are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
Sample Output 1
The -rd through -th characters of atcoder
are code
.