#P142. 练23.4  首字母

练23.4  首字母

Description

Write a program that takes a character as input. If the character is 'a', output apple; if it is 'b', output banana; if it is 'c', output cat; otherwise, output no.

Input Format

Input a single character.

Output Format

Output the corresponding word.

Sample

t
no