HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Search > problem:


50465 - How many students have passed?

Guest
• Discussion of problem (1)

Section problems

• 51046 - The biggest number
• 50535 - Image Compression
• 50450 - Last Appereance of a Number
• 50457 - The Number of Winners
• 50453 - The Cubic Difference
• 50451 - Processing Cost
• 50459 - The Biggest Digit
• 50538 - Sum of kth Diagonal
• 50465 - How many students ha...
• 50378 - Sum of the given digits
• 50470 - Close Pairs - Revised
• 50784 - Top Growing Company
• 50458 - Weekly Report
• 50478 - Letter Grades
• 50791 - Mine field
• 50867 - Average of the Best Grades
• 50782 - Max of N integers

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. Difficulty Beta

How many students have passed?

Your professor wants to read and calculate all student results automatically, now. He has 3 exam results (grade1, grade2, grade3) and according the averages of these grades, he wants to find out how many students have passed. A student fails if his/her average is less than 59.5; passes otherwise.

Question:
Write a program that is going to read 3 marks of n students and then it will find out how many students have passed?

Input specification
You will be given a number integer (n) where n is between 0 and 10000. Then, the following n lines will contain three integer numbers where each of them can be between 0 and 100.

Output specification
Find and show the number of passing students.

Sample Input I
  5
  68 36 52
  62 89 84
  89 99 65
  41 72 61
  58 75 46
Sample Input II
  10
  47 93 92
  43 47 81
  97 68 48
  62 86 50
  96 85 74
  50 60 70
  76 67 76
  82 52 97
  85 84 48
  61 64 53
Sample Output I
  3
Sample Output II
  8


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

www.contester.ru