Integar Score

1

1 votes
Problem

Today Sunny got his test result as an integer score and he wants to share it with his girlfriend, Sunaina.

His phone operating system is Jack, and its keyboard doesn't have any digits! He wants to share his score with Sunaina via text, so he has no choice but to send this number using words.

enter image description here

Your task is to help him by telling him what to type.

Input The first and only line of input contains an integer s (0 ≤ s ≤ 99), Sunny's score.

Output In the first and only line of output, print a single string consisting only from English lowercase letters and hyphens ('-'). Do not use spaces.

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?