10035 - moocHW1a   

Description

Suppose that we have an encoding scheme defined by the following mapping: 

1->'A', 2->'B', 3->'C', ..., 9->'I', 0->'J'.
Given a three-digit number N as the input, use the above mapping to encode N.
 
 
[注意輸出的最後要換行]

Input

A three-digit integer N

Output

The encoding result

Sample Input  Download

Sample Output  Download

Tags




Discuss