Type: Default 1000ms 256MiB

涂嘶春嗯

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

出题人:

计科221 王善圳

描述

给出一个数,请你将这些数的拼音都输出出来。

提示

输入

输入一个正数n。数字长度小于10^6。

输出

输出一串拼音,表示答案

Samples

1
yi
123
yiersan

说明

拼音表:

数字 拼音
1 yi
2 er
3 san
4 si
5 wu
6 liu
7 qi
8 ba
9 jiu
0 ling

限制

时间限制:1s 内存限制:256MB