#abc264a. [abc264_a]"atcoder".substr()

[abc264_a]"atcoder".substr()

Problem Statement

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

Constraints

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

Input

Input is given from Standard Input in the following format:

LL RR

Output

Print the answer.


Sample Input 1

3 6

Sample Output 1

code

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


Sample Input 2

4 4

Sample Output 2

o

Sample Input 3

1 7

Sample Output 3

atcoder