98
#for python
a=int(input()) b=["zero","one","two","three","four","five","six","seven","eight","nine"] print(b[a])