2792: 练23.4 首字母
Memory Limit:64 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:58
Solved:40
Description
编程实现输入一个字符,当该字符为$a$时输出
apple
,当该字符为$b$时输出banana
,当该字符为$c$时输出cat
,否则输出no
。Input
输入一个字符。
Output
输出相应单词。
Sample Input Copy
t
Sample Output Copy
no