#abc218b. [abc218_b]qwerty
[abc218_b]qwerty
Problem Statement
You are given a sequence of integers consisting of integers from through . It is guaranteed that all elements in are distinct.
Print a string of length that satisfies the following condition.
- For every , the -th character of is the lowercase English letter that comes -th in alphabetical order.
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the string .
Sample Input 1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Sample Output 1
abcdefghijklmnopqrstuvwxyz
Sample Input 2
2 1 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Sample Output 2
bacdefghijklmnopqrstuvwxyz
Sample Input 3
5 11 12 16 25 17 18 1 7 10 4 23 20 3 2 24 26 19 14 9 6 22 8 13 15 21
Sample Output 3
eklpyqragjdwtcbxzsnifvhmou