#C10199. Number to Words Conversion
Number to Words Conversion
Number to Words Conversion
Given a non-negative integer \(n\) where \(0 \le n < 1000\), convert it to its English words representation. The result should be in lowercase letters with words separated by a single space.
For example, the integer 123 should be converted to "one hundred twenty three".
inputFormat
The input consists of a single integer \(n\) satisfying \(0 \le n < 1000\). The integer is provided via standard input.
outputFormat
Output a single line containing the English words representation of the integer.
## sample0
zero