1979: 【c06】输出单词▃
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
根据输入的编号,输出对应的单词。
如果输入编号为1,输出"bad";
如果输入编号为2,输出"good";
如果输入编号为3,输出"great";
如果输入编号为4,输出"perfect";
如果输入编号为其他值,输出"wrong"。
Input
一个整数n(1≤n≤10),表示输入编号。
Output
一个字符串,表示编号对应的单词。
Sample Input Copy
1
Sample Output Copy
bad