200111 - 输出 n - m 倒序字母表

周周现在想进一步,如果我们只是想输出字母表中连续的指定的一段,读入 nm ,输出从第 n 个到第 m 个倒序的字母。

Input

输入为 1 行:

  • 第一行为两个整数 n\ (0 < n < 27), m\ (0 < m < 27)

Output

输出为 m-n+1 行个字符。

Examples

Input

2 8

Output

h
g
f
e
d
c
b
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题