HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Unsorted > problem:


50879 - Passed or Failed

Guest
• Review clarifications (3)

Section problems

• 50618 - Code Correction
• 50620 - Poker
• 50621 - Postal Figures
• 50630 - Radio Station
• 50631 - Robots
• 50251 - Symmetric matrix
• 50244 - Chessboard Pattern
• 50428 - Three Times
• 50879 - Passed or Failed
• 50387 - Passengers in the Train
• 50438 - Pattern with stars
• 50426 - Calculating Sales
• 50425 - Calculating Weekly Pay
• 50456 - nth Digit of a Number
• 50463 - Drawing a Triangle
• 50452 - Multiplication Table
• 50385 - From m to n

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.
bfs.

Passed or Failed

Your professor wants to calculate student results automatically. He has 3 exam results (grade1, grade2, grade3) and according the average of these grades he wants to decide if the student has passed or failed. A student fails if his/her average is less than 60; passes otherwise.

Question:
Write a program that is going to read 3 marks of the student and then it will decide if the student has "Passed" or "Failed".

Input specification
You will be given three integer numbers where each of them can be between 0 and 100.

Output specification
Calculate the average. If the average is greater than or equal to 59.5 then, show the message "Passed", "Failed" otherwise.

Sample Input I
  60 70 80
Sample Input II
  30 50 70
Sample Output I
  Passed
Sample Output II
  Failed


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

www.contester.ru