HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Repetition (Loops) > problem:


045. 50462 - Class Average (3 Grades)

Guest
• Review clarifications (3)

Volume problems

• 017. 50423 - Numbers square
• 018. 50344 - Profit or Loss
• 019. 50438 - Pattern with stars
• 020. 50408 - Molecules
• 022. 50366 - Student Averages (2 G...
• 023. 50437 - Age Labeling
• 026. 50399 - Mobile Base Station
• 040. 50335 - Five Math Operators
• 045. 50462 - Class Average (3 G...
• 074. 50396 - Cinema Tickets - 1
• 080. 50248 - Power of two
• 090. 50456 - nth Digit of a Number
• 110. 50288 - Even numbers in even...
• 115. 50425 - Calculating Weekly Pay
• 120. 50426 - Calculating Sales
• 50312 - Sales Bar Chart
• 50313 - Pattern Displays

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.
Question by Ibrahim Mesecan.

Class Average (3 Grades)

Question:
You will be given 3 marks of n students. First calculate average of n students where student averages are rounded to the nearest integer. Then your program will calculate the class average.

Input specification
At the beginning, you will be given an integer n where 0 ≤ n ≤ 1000 Then, you will be given three integer numbers (m1, m2, m3) for n students where each of the mark is an integer between 0 and 100.

Output specification
Show one floating point number with 3 digits after the floating point.

Sample Input I   
  5
  87 87 95
  55 90 52
  52 62 51
  71 100 76
  49 93 92
Sample Input II   
  8
  47 65 92
  71 37 57
  30 98 96
  79 21 30
  94 55 65
  75 39 37
  55 90 62
  67 62 81
Sample Output I   
  74.2
Sample Output II  
  62.625


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

www.contester.ru