Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 32M

Problem types
Allowed languages
C, C++, Java, Python

Description

按输入值回复好或更好.

Input

一个整型数n(1<=n<=5).

Output

若 n为1,应输出”good”, n为2,输出”number one good”, n为3,输出”special number one good”, n为4,输出”better”,n为5,输出”much better”。

Sample

Input

3

Output

special number one good

Comments

There are no comments at the moment.