Problem1643--函数练习题(二)----必须使用自定义函数完成任务

1643: 函数练习题(二)----必须使用自定义函数完成任务

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

自定义三个子函数:可以分别输出
”good idea“
”bad idea“
”perfect“


Input

Output

分别调用三个函数,使输出为:
bad idea
good idea
perfect






Sample Input Copy

Sample Output Copy

bad idea
good idea
perfect

Source/Category