Điểm ( ký tự: E, V, G, A, F)

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 ( ký tự: E, V, G, A, F). Thông báo mô tả tương đương như sau:

E: Excelient

V: Very good

G: Good

A: Average

F: Fail

Input Input một dòng duy nhất nhập điểm ký tự

Output
Output một dòng duy nhất điểm ký tự đầy đủ

Examples

Input

E

Output

Excelient

Comments

Please read the guidelines before commenting.


There are no comments at the moment.