Trung bình và phân loại

View as PDF

Submit solution

Points: 0.10
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Viết chương trình nhập điểm trung bình và phân loại học sinh theo tiêu chí sau:

9 <= ĐTB: Xuat Sac             

8 <= ĐTB < 9: Gioi         

7 <= ĐTB < 8: Kha              

6 <= ĐTB < 7: Trung Binh Kha

5 <= ĐTB < 6: Trung Binh   

ĐTB < 5: Yeu

Input

Input một dòng duy nhất điểm trung bình (DTB)

Output

Output một dòng duy nhất là xếp loại của học sinh đó

Examples

Input

8.69

Output

Gioi

Comments

Please read the guidelines before commenting.


There are no comments at the moment.