Virtus Contest 1 |
Start: Feb.06.2021 at 09:07:00 AM
Finish: Feb.06.2021 at 11:45:00 AM
The contest is finished!
• Contest scoreboard
|
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 |
Для отправки решений необходимо выполнить вход.
|