830. Mathish
0
Hard
Ram struggles with comprehending mathematical numbers, but has a good understanding of English.
Assist Ram in converting mathematical numbers into their English equivalents.
Assist Ram in converting mathematical numbers into their English equivalents.
Input Format
The input will consist of a number N.
Output Format
Output the number in words.
Example
Input
1234567
Output
One Million Two Hundred Thirty Four Thousand Five Hundred Sixty Seven
Constraints
0 <= n <= 2^31 - 1
Loading...
View Submissions
Console