1907: 挂科危险
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:1
Description
KiKi想知道这学期他的学习情况,BoBo老师告诉他这学期挂的科目累计的学分,根据所挂学分,判断KiKi学习情况,10分以上:很危险(Danger++),4~9分:危险(Danger),0~3:Good。
Input
一行,一个整数(0~30),表示KiKi挂的科目累计的学分。
Output
一行,根据输入的挂科学分,输出相应学习情况(Danger++,Danger,Good)。
Sample Input Copy
14
Sample Output Copy
Danger++