HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Contests > Lab6 - CEN/ECE/SWE > problem:


50798 - Passing the course

Lab6 - CEN/ECE/SWE

Start: Nov.07.2023 at 12:20:01 AM
Finish: Nov.14.2023 at 11:20:01 PM
The contest is finished!
• Contest scoreboard

Guest
• Review clarifications (3)

Contest problems

• 50879 - Passed or Failed
• 50341 - Separate Into Digits
• 50798 - Passing the course
• 50797 - Nr of Missing Guests
• 50355 - Bills of City Water Company
• 50478 - Letter Grades
• 14-Fall1-20. 50480 - What quadrant ...
• 14-Fall1-60. 50482 - Bank Charges
• 2012-11-10. 50568 - Body Mass In...
• 3. 50391 - Cinema Tickets

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.

Passing the course

Your professor is calculating the course average this way:
  • 45% of the final exam,
  • 35% of the Midterm exam,
  • 20% of the homework
After calculating the student average, he wants to decide if the student has passed or failed. Write a program that reads 3 exam results and then decides if the student has passed or failed. A student passes if his average is greater than or equal to 59.5.

Input specification
You will be given three integers: Final exam result, Midterm exam result, and Homework where 0 ≤ each grade ≤ 100.

Output specification
Show just one result: "Passed", or "Failed"

Sample Input 1
70 75 60
Sample Input 2
20 70 80
Sample Output 1
Passed
Sample Output 2
Failed

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

www.contester.ru