1948: A simple problem
Memory Limit:128 MB
Time Limit:1.000 S
Submit数:1
Solved数:1
Description
Now,give you a natural number N(N<10^100),you need calculate the sum of every digit,then write down every digit of the Chinese phonetic alphabet(Pin yin)
Input描述
In the first line of input file, there's a positive integer T(≤10) indicating how much data sets will be included
each line contain many digit
Output描述
every Pin yin need a space but the last don't need print space.Don't forget print "\n" for every case
Sample Input Copy
2 1234567890987654321123456789 2333333
Sample Output Copy
yi san wu er ling
Source/Category
⋮