#ABC264A. [ABC264A] "atcoder".substr()

[ABC264A] "atcoder".substr()

Score : 100100 points

Problem Statement

Print the LL-th through RR-th characters of the string atcoder.

Constraints

  • LL and RR are integers.
  • 1LR71 \le L \le R \le 7

Input

Input is given from Standard Input in the following format:

LL RR

Output

Print the answer.

3 6
code

The 33-rd through 66-th characters of atcoder are code.

4 4
o
1 7
atcoder