1925 好更好


Submit solution

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

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

Description

按照输入值回复good或better。

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

Source: qn


Comments

There are no comments at the moment.