Số trong tiếng anh

View as PDF

Points: 100 Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Yêu cầu: Cho số nguyên \(n \text{ }(0\leq n\leq 99)\). In ra nghĩa của số đó trong tiếng Anh.

Input

  • Một dòng duy nhất chứa số nguyên \(n\)

Output

  • In ra đáp án cần tìm

Example

Test 1

Input
44 
Output
forty-four

Comments

There are no comments at the moment.