P6084: A simple problem

传统题
1.000s 时间限制
128MB 内存限制
4 提交
4 解决

【题目描述】
 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

题目类型~

输入输出练习 

咻咻~

提交答案 状态