Suppose that we have an encoding scheme defined by the following mapping:
1->'A', 2->'B', 3->'C', ..., 9->'I'
Given a 3-digit number N as the input, use the above mapping to encode N.
A 3-digit integer N
The encoding result
Note that you do not need to print ‘\n’ at the end of the output.