HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Repetition (Loops) > problem:


075. 50363 - Class GPA Average

Guest
• Discussion of problem (1)

Volume problems

• 050. 50450 - Last Appereance of a ...
• 058. 50574 - Triangular Numbers
• 060. 50362 - Pythagorean Numbers
• 060. Problem 2
• 065. 50394 - Water Bills
• 070. 50465 - How many students h...
• 072. 50473 - Counting Circles Positions
• 074. 50396 - Cinema Tickets - 1
• 075. 50363 - Class GPA Average
• 080. 50248 - Power of two
• 085. 50333 - Series of Squares
• 090. 50456 - nth Digit of a Number
• 095. 50651 - Largest power of two
• 110. 50288 - Even numbers in even...
• 115. 50425 - Calculating Weekly Pay
• 118. 50514 - Bookkeeping
• 120. 50426 - Calculating Sales

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Prepared by Ibrahim Mesecan. Difficulty Beta

Class GPA Average

Write a program that is going to read letter grades of students from the course and then it will show the the Grade Point Average of the course.

Input specification
You will be given the an integer number (n) where 0 ≤ n ≤ 8000
Then, in the following n lines you will be given letter grades.

Output specification
Show GPA of the course with 2 decimal places after the floating point.

Sample Input I
  5
  DD
  BA
  AA
  AA
  FF
Sample Input II
  8
  CB
  DD
  FF
  FF
  FF
  BB
  DC
  AA
Sample Output I
  2.5
Sample Output II
  1.5


Для отправки решений необходимо выполнить вход.

www.contester.ru