#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
3 6
Sample Output 1
code
The -rd through -th characters of atcoder
are code
.
Sample Input 2
4 4
Sample Output 2
o
Sample Input 3
1 7
Sample Output 3
atcoder