Problem1485--翻译

1485: 翻译

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

编写算法将数字编号(50位以内)“翻译”成英文编号。

Input

输入一串数字

Output

输出把每一位数字翻译成英文,样式如样例输出

Sample Input Copy

35706

Sample Output Copy

three-five-seven-zero-six

Source/Category

admin