Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.
Input Specification:
Each input file contains one test case. Each case occupies one line which contains an N (<= 10100).
Output Specification:
For each test case, output in one line the digits of the sum in English words. There must be one space between two consecutive words, but no extra space at the end of a line.
Sample Input:12345Sample Output:
one five
1 /* 2 * File: main.cpp 3 * Author: zjushuiping 4 * 5 * Created on 2012年4月11日, 上午12:13 6 */ 7 8 #include9 #include 10 #include 11 #include 12 #include 13 #include 14 #include 15 #include 16 #include
17 #include 18 #include 19 #include