|
Time |
Memory |
| Case 1 |
1 sec |
32 MB |
| Case 2 |
1 sec |
32 MB |
| Case 3 |
1 sec |
32 MB |
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
Tags