7671: A simple problem

内存限制:128 MB 时间限制:1.000 S
评测方式:文本比较 命题人:
提交:1 解决:1

题目描述

 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

来源/分类