lss4.dandelion2 - Dandelion II


Version: v2

Submit Problemset 2000ms / 262144 KB
Difficulty:0.5x

This is supposed to be problem B

The maximum point of this problem is 50

Statement

OOkami is a werewolf girl. She is poor in math. That's why she couldnt count dandelion seeds.

"one two three four five and what's the next?"

You see, she can't even count in english!

Please help this poor child. You are given an integer K, find the English format of K.

Input

One line, the positive integer K.

There are many testcases. Proceed to the EOF.

Output

The English format of K.

Example

Input

1
2
10
23
100

Output

one
two
ten
twenty three
one hundred

Constraints

The number of testcases in each test case is at most 10. $1\leq K\leq100$


Submit