Problems
342 - Alphabets
SUBMIT PROBLEM

Alphabets

Time Limit: 1 sec

 

The Problem

Samia is learning Alphabets. But she can count only 1 to 5. So she is learning from A to E by combining them with Numbers.

 

The Input

The input file contains a series of line. Each line contains an integer number from 1 to 5. Input is terminated by EOF.

 

The Output

For each line of input show the Alphabet for the input Number in a separate line. 

 

Sample Input

5

1

 

Sample Output

E

A

 

 

 

 

Problem Setter: Samia Safa Ahmed