#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

kudamono =["りんご","みかん","バナナ","スターフルーツ"]
puts"好きな数字を入れて、値を取り出そう"
x=gets.to_i
puts kudamono[x]



