405388: GYM101933 B Baby Bites

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

B. Baby Bitestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output

Arild just turned $$$1$$$ year old, and is currently learning how to count. His favorite thing to count is how many mouthfuls he has in a meal: every time he gets a bite, he will count it by saying the number out loud.

Unfortunately, talking while having a mouthful sometimes causes Arild to mumble incomprehensibly, making it hard to know how far he has counted. Sometimes you even suspect he loses his count! You decide to write a program to determine whether Arild's counting makes sense or not.

Input

The first line of input contains an integer $$$n$$$ ($$$1 \le n \le 1\,000$$$), the number of bites Arild receives. Then second line contains $$$n$$$ space-separated words spoken by Arild, the $$$i$$$'th of which is either a non-negative integer $$$a_i$$$ ($$$0 \le a_i \le 10\,000$$$) or the string "mumble".

Output

If Arild's counting might make sense, print the string "makes sense". Otherwise, print the string "something is fishy".

ExamplesInput
5
1 2 3 mumble 5
Output
makes sense
Input
8
1 2 3 mumble mumble 7 mumble 8
Output
something is fishy
Input
3
mumble mumble mumble
Output
makes sense

加入题单

算法标签: