#2538. A simple problem

A simple problem

说明

 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)

输入格式

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

输出格式

every Pin yin need a space but the last don't need print space.Don't forget print "\n" for every case

2
1234567890987654321123456789
2333333
yi san wu
er ling

Source

输入输出练习