#AT2269. A - "atcoder".substr()

A - "atcoder".substr()

当前没有测试数据。

A - "atcoder".substr()

分数:$100$ 分

问题描述

打印字符串 atcoder 中从第 $L$ 个字符到第 $R$ 个字符。

约束条件

  • $L$ 和 $R$ 是整数。
  • $1 \le L \le R \le 7$

输入

从标准输入中以以下格式给出:

LL RR

输出

输出答案。


3 6
code

字符串 atcoder 中第 $3$ 个字符到第 $6$ 个字符是 code


4 4
o

1 7
atcoder