Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.  Question by Ibrahim Mesecan,. 
Сложность Альфа
  
Letter Grades 
Shqip
 
Arben studies at Epoka University. At the university, the grades are first given at 100pts system,
then converted into Letter Grade system and Grade Points. The grades are converted using the following conversion table.
 Question:   
Write a program that is going to read an integer grade (grade). 
And then, it will print corresponding LetterGrade and GradePoint.
 
Input specification   
You will be given an integer number (grade) where 0 ≤ 
grade ≤ 100
 
Output specification   
Find out the proper LetterGrade and GradePoint equivalent 
of the given grade.
 
 
Sample Input I   
  55 
 | 
Sample Input II   
  82
 |  
Sample Output I  
  FD 0.5 | 
Sample Output II  
  BB 3 | 
   
 Для отправки решений необходимо выполнить вход.
  
 |