atcoder#ABC264A. [ABC264A] "atcoder".substr()
[ABC264A] "atcoder".substr()
Score : points
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.
3 6
code
The -rd through -th characters of atcoder
are code
.
4 4
o
1 7
atcoder