#P2197. EnglishNumber

EnglishNumber

You are given an integer N, can you read it in English?

Hehe, the problem is easy?

When we regard it as a cardinal number, how to read it ? What about ordinal number?

Input

There are multiple test cases.
For each case, there is an integer n(0≤n≤99).

Output

Please refer to the examples.

Sample Input

0
1
5
9
10

Sample Output

zero zeroth
one first
five fifth
nine ninth
ten tenth

HINT

Source