Chuyển số thành chữ


Submit solution

Points: 1 (partial)
Time limit: 10.0s
Memory limit: 500M

Problem type

Viết chương trình nhập vào 1 số từ 0 đến 9. In ra chữ số tương ứng.

Input 1
0
Output 1
khong
Input 2
1
Output 2
mot
Input 3
2
Output 3
hai
Input 4
3
Output 4
ba
Input 4
9
Output 4
chin

Comments

There are no comments at the moment.