Problem2397--"atcoder".substr()

2397: "atcoder".substr()

[Creator : ]
Time Limit : 2.000 sec  Memory Limit : 1024 MB

Description

Print the L-th through R-th characters of the string atcoder.
L and R are integers.
1LR7



Input

Input is given from Standard Input in the following format:

Output

Print the answer.

Sample Input Copy

3 6

Sample Output Copy

code

Source/Category

 AtCoder