Kết quả học tập

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 thi của bạn Tí, và in ra kết quả thi nếu khung điểm như sau:

~8 ≤ n ≤ 10: GIOI~

~7 ≤ n < 8: KHA~

~5 ≤ n < 7: TB~

~0 ≤ n < 5: YEU~

*Đầu vào: *

0 ≤ n ≤ 10

Input

5

Output

TB

Input

10

Output

GIOI

Comments

Please read the guidelines before commenting.


There are no comments at the moment.